Update to vimrc

This commit is contained in:
Simon Milvert 2020-08-17 20:10:04 +02:00
parent 6be803de7d
commit 3480264959
1 changed files with 2 additions and 1 deletions

View File

@ -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