1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added matchtagalways and snippets

This commit is contained in:
2014-06-29 18:00:26 +02:00
parent 6bb0a2fb43
commit e8692558f8
8 changed files with 30 additions and 26 deletions

View File

@@ -65,6 +65,7 @@ let g:vim_bin_path = expand($VIM) . '/bin'
" Make the interface speaks english
set langmenu=en_US
let $LANG = 'en_US.UTF-8'
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vi
" Those two are optional, usable only for those who actually use menu bar
"source $VIMRUNTIME/delmenu.vim
"source $VIMRUNTIME/menu.vi
" vim:ts=4:sw=4:wrap:fdm=marker: