From 0385b4142027cf596f5b3f879fd5f2505dbf9aeb Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 26 Oct 2023 08:20:51 +0800 Subject: Remove unused lsp vim plugin --- .vim/after/plugin/lsp.vim | 2 -- .vim/after/plugin/minpac.vim | 2 -- 2 files changed, 4 deletions(-) (limited to '.vim') diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim index e72f1c0..be41ceb 100644 --- a/.vim/after/plugin/lsp.vim +++ b/.vim/after/plugin/lsp.vim @@ -8,8 +8,6 @@ let g:lsp_use_native_client = 1 let g:lsp_fold_enabled = 1 packadd vim-lsp -packadd vim-lsp-snippets -packadd vim-lsp-ultisnips " This package will help enable diagnostic config of vim-lsp and then it " can help send the result to ALE. Pay attention of the loading order. 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'}) -- cgit v1.2.3