chore(nvim): ignore vim-go warning
parent
7d4dd7d4b6
commit
8a6ff5c988
|
@ -16,6 +16,7 @@ set rtp+=~/.fzf
|
||||||
" plugins config
|
" plugins config
|
||||||
let g:go_fillstruct_mode = 'gopls'
|
let g:go_fillstruct_mode = 'gopls'
|
||||||
let g:go_fmt_command='gofumports'
|
let g:go_fmt_command='gofumports'
|
||||||
|
let g:go_version_warning = 0
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
|
|
Loading…
Reference in New Issue