chore(config): ignore vim-go version
parent
1b1e813024
commit
129f69f8e2
|
@ -27,6 +27,7 @@ set rtp+=~/.fzf
|
|||
" Plugins config
|
||||
let g:go_fmt_command='gopls'
|
||||
let g:go_gopls_gofumpt=1
|
||||
let g:go_version_warning=0
|
||||
let g:lightline={'colorscheme':'onedark'}
|
||||
|
||||
" vim-plug
|
||||
|
|
|
@ -27,6 +27,7 @@ set rtp+=~/.fzf
|
|||
" Plugins config
|
||||
let g:go_fmt_command='gopls'
|
||||
let g:go_gopls_gofumpt=1
|
||||
let g:go_version_warning=0
|
||||
let g:lightline={'colorscheme':'onedark'}
|
||||
|
||||
" vim-plug
|
||||
|
|
Loading…
Reference in New Issue