chore(nvim): ignore vim-go warning

main
sudo pacman -Syu 2021-02-17 18:33:13 +07:00
parent 7d4dd7d4b6
commit 8a6ff5c988
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ set rtp+=~/.fzf
" plugins config
let g:go_fillstruct_mode = 'gopls'
let g:go_fmt_command='gofumports'
let g:go_version_warning = 0
" vim-plug
call plug#begin()