aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-26 08:20:51 +0800
committerGuangxiong Lin <[email protected]>2023-10-26 08:20:51 +0800
commit0385b4142027cf596f5b3f879fd5f2505dbf9aeb (patch)
tree898c74b8777d6320ac69482e722da5de23ab6c8a /.vim/after/plugin/lsp.vim
parentd90a88556bbd704ca9cccdb6e225d910d258cea6 (diff)
downloaddotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.tar.gz
dotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.tar.bz2
dotfiles-0385b4142027cf596f5b3f879fd5f2505dbf9aeb.zip
Remove unused lsp vim plugin
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim2
1 files changed, 0 insertions, 2 deletions
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.