Update vim8 colorscheme

This commit is contained in:
Arif Herusetyo Wicaksono 2020-02-12 20:09:00 +09:00
parent fde0326047
commit a3bf371e7d
Signed by: arif
GPG Key ID: 977E4FEF5F35FBF6

View File

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