chore(config): update nvim
parent
5ff60d59d7
commit
6602d8f5da
|
@ -18,9 +18,8 @@ set clipboard+=unnamedplus
|
||||||
set rtp+=~/.fzf
|
set rtp+=~/.fzf
|
||||||
|
|
||||||
" plugins config
|
" plugins config
|
||||||
let g:go_fillstruct_mode = 'gopls'
|
|
||||||
let g:go_fmt_command='goimports'
|
let g:go_fmt_command='goimports'
|
||||||
let g:go_version_warning = 0
|
let g:solarized_italics=0
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
@ -32,4 +31,4 @@ Plug 'fatih/vim-go'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme solarized8
|
colorscheme solarized8_flat
|
||||||
|
|
Loading…
Reference in New Issue