.vimrc

changeset 859
9cd1d19d8cc6
parent 857
1dc8db89c461
child 860
60667f14090c
--- a/.vimrc
+++ b/.vimrc
@@ -34,7 +34,7 @@ let s:filename   = expand('<sfile>')
   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

mercurial