aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-09-27 09:26:41 +0800
committerGuangxiong Lin <[email protected]>2022-09-27 09:26:41 +0800
commite324531cefff20d2310f25be6d8cae82fb053554 (patch)
tree90bf2eac066c50066bb2f8b4893656e8b9a4b55c /.vim/after/plugin/minpac.vim
parent3ae526f69af79e35b42e361af25bda260d9e6f15 (diff)
downloaddotfiles-e324531cefff20d2310f25be6d8cae82fb053554.tar.gz
dotfiles-e324531cefff20d2310f25be6d8cae82fb053554.tar.bz2
dotfiles-e324531cefff20d2310f25be6d8cae82fb053554.zip
Share lsp server between vim-lsp and ale
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 5a227b7..4adf566 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -27,6 +27,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/prabirshrestha/vim-lsp', {'type': 'opt'})
call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-snippets', {'type': 'opt'})
call minpac#add('https://github.com/thomasfaingnaert/vim-lsp-ultisnips', {'type': 'opt'})
+ call minpac#add('https://github.com/rhysd/vim-lsp-ale.git', {'type': 'opt'})
call minpac#add('https://github.com/andymass/vim-matchup.git', {'type': 'start'})