diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -34,7 +34,7 @@ let s:filename = expand('') Plug 'lifepillar/vim-mucomplete' Plug 'tpope/vim-endwise' - if executable('rls') + if executable('rls') || executable('gopls') Plug 'prabirshrestha/async.vim' Plug 'prabirshrestha/vim-lsp' end