# HG changeset patch # User Meredith Howard # Date 1589601303 18000 # Node ID 9cd1d19d8cc65a3d137d0bc2b01e3b69b0336fc3 # Parent 2d69c23ef58b1656023e9798f36594b1e578d43f Load vim-lsp if gopls is present alone 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