From a3bf371e7da1cd630717a695536b19b346220915 Mon Sep 17 00:00:00 2001 From: Arif Herusetyo Wicaksono Date: Wed, 12 Feb 2020 20:09:00 +0900 Subject: [PATCH] Update vim8 colorscheme --- vim8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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