Update to vimrc
This commit is contained in:
parent
6be803de7d
commit
3480264959
|
|
@ -231,7 +231,7 @@ call dein#add('tpope/vim-fugitive')
|
|||
call dein#add('kien/ctrlp.vim')
|
||||
call dein#add('flazz/vim-colorschemes')
|
||||
call dein#add('nathanaelkane/vim-indent-guides') " color indentation
|
||||
call dein#add('scrooloose/nerdtree')
|
||||
call dein#add('preservim/nerdtree')
|
||||
"call dein#add('Valloric/YouCompleteMe'), {
|
||||
"" \ 'build' : {
|
||||
"" \ 'mac' : './install.sh --clang-completer --system-libclang --omnisharp-completer',
|
||||
|
|
@ -314,6 +314,7 @@ if system("command -v ctags") != '' || system("command -v global") != ''
|
|||
|
||||
endif
|
||||
|
||||
call dein#add('mrk21/yaml-vim') " Yaml support"
|
||||
|
||||
" Required:
|
||||
filetype plugin indent on
|
||||
|
|
|
|||
Loading…
Reference in New Issue