diff options
author | Guangxiong Lin <[email protected]> | 2023-10-26 08:20:51 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-26 08:20:51 +0800 |
commit | 0385b4142027cf596f5b3f879fd5f2505dbf9aeb (patch) | |
tree | 898c74b8777d6320ac69482e722da5de23ab6c8a /.vim/after/plugin/minpac.vim | |
parent | d90a88556bbd704ca9cccdb6e225d910d258cea6 (diff) | |
download | dotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.tar.gz dotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.tar.bz2 dotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.zip |
Remove unused lsp vim plugin
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index b63bbfa..c5aed00 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -25,8 +25,6 @@ function! InitMinpac() abort call minpac#add('https://github.com/puremourning/vimspector', {'type': 'opt'}) 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'}) |