From 34802649597e89d5eb77fc0b42b4204f66801ac8 Mon Sep 17 00:00:00 2001 From: Simon Milvert Date: Mon, 17 Aug 2020 20:10:04 +0200 Subject: [PATCH] Update to vimrc --- vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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