aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-06-05 13:01:02 +0800
committerGuangxiong Lin <[email protected]>2022-06-05 13:01:02 +0800
commitc1b2ff34508984f4f9ed40be72cd61f01b39b7a0 (patch)
tree28fe9752b5784fc5bf330e05c1c14a1b1d2c7ec2 /.vim/after/plugin/lsp.vim
parent47be6a508c4150f8ef2627ae185c650c081c6bbf (diff)
downloaddotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.tar.gz
dotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.tar.bz2
dotfiles-c1b2ff34508984f4f9ed40be72cd61f01b39b7a0.zip
Try deoplete and improve vim-lsp
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim
index 07ca6aa..3e81ed0 100644
--- a/.vim/after/plugin/lsp.vim
+++ b/.vim/after/plugin/lsp.vim
@@ -6,6 +6,8 @@ let g:lsp_diagnostics_enabled = 0
let g:lsp_document_code_action_signs_enabled = 0
packadd vim-lsp
+packadd vim-lsp-snippets
+packadd vim-lsp-ultisnips
if executable('pylsp')
au User lsp_setup call lsp#register_server({