diff --git a/vim/vimrc b/vim/vimrc index 4039e87..a25a35f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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