diff --git a/vim8.md b/vim8.md index ddee207..18f5a3e 100644 --- a/vim8.md +++ b/vim8.md @@ -38,7 +38,7 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' -Plugin 'scrooloose/nerdtree' +Plugin 'preservim/nerdtree' Plugin 'ycm-core/YouCompleteMe' call vundle#end() @@ -51,6 +51,7 @@ set splitbelow set encoding=utf-8 fileencoding=utf-8 set mouse=a syntax on +colorscheme elflord EOF # install plugins