Update vim8 colorscheme
This commit is contained in:
parent
fde0326047
commit
a3bf371e7d
3
vim8.md
3
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user