Use gopls for Go

This commit is contained in:
Anthony Rose 2020-10-28 13:36:05 +00:00
parent 075a943af7
commit f80daa060a

2
vimrc
View file

@ -89,6 +89,8 @@ if has("eval")
filetype plugin indent on
let g:ale_completion_enabled=1
let g:ale_sign_column_always=1
let g:go_def_mode='gopls'
let g:go_info_mode='gopls'
let g:go_version_warning=0
let g:netrw_altv=1
let g:netrw_banner=0