diff --git a/vim/.vim/after/ftplugin/go.vim b/vim/.vim/after/ftplugin/go.vim index 200f71d..df0fb7f 100644 --- a/vim/.vim/after/ftplugin/go.vim +++ b/vim/.vim/after/ftplugin/go.vim @@ -1,2 +1,9 @@ compiler go noremap :silent make redraw + +let g:ale_linters = { + \ 'go': ['gopls'], + \} + +" let g:ale_completion_enabled = 1 +