add go plugin and change default color
This commit is contained in:
parent
1d3d6bc876
commit
9166c023ec
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
@ -17,6 +17,7 @@ Plug 'vim-airline/vim-airline'
|
|||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'xuyuanp/nerdtree-git-plugin'
|
||||
Plug 'flazz/vim-colorschemes'
|
||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
@ -50,4 +51,4 @@ set expandtab
|
|||
set wildmode=longest,list,full
|
||||
set wildmenu
|
||||
|
||||
colorscheme chalkboard
|
||||
colorscheme slate
|
||||
|
|
Loading…
Add table
Reference in a new issue