.vimrc

changeset 859
9cd1d19d8cc6
parent 857
1dc8db89c461
child 860
60667f14090c
equal deleted inserted replaced
858:2d69c23ef58b 859:9cd1d19d8cc6
32 Plug 'tomtom/tcomment_vim' 32 Plug 'tomtom/tcomment_vim'
33 Plug 'tpope/vim-unimpaired' 33 Plug 'tpope/vim-unimpaired'
34 Plug 'lifepillar/vim-mucomplete' 34 Plug 'lifepillar/vim-mucomplete'
35 Plug 'tpope/vim-endwise' 35 Plug 'tpope/vim-endwise'
36 36
37 if executable('rls') 37 if executable('rls') || executable('gopls')
38 Plug 'prabirshrestha/async.vim' 38 Plug 'prabirshrestha/async.vim'
39 Plug 'prabirshrestha/vim-lsp' 39 Plug 'prabirshrestha/vim-lsp'
40 end 40 end
41 41
42 Plug 'vimwiki/vimwiki' 42 Plug 'vimwiki/vimwiki'

mercurial