Use gopls for Go
This commit is contained in:
parent
075a943af7
commit
f80daa060a
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue