add colorscheme
This commit is contained in:
parent
c3cf43a2ff
commit
300984f512
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -15,6 +15,7 @@ Plug 'preservim/nerdtree'
|
|||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'xuyuanp/nerdtree-git-plugin'
|
||||
Plug 'flazz/vim-colorschemes'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
@ -43,3 +44,5 @@ set tabstop=2
|
|||
set shiftwidth=2
|
||||
set softtabstop=2
|
||||
set expandtab
|
||||
|
||||
colorscheme chalkboard
|
||||
|
|
Loading…
Reference in a new issue