aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-12-22 09:46:07 +0800
committerGuangxiong Lin <[email protected]>2022-12-22 09:46:07 +0800
commit78b8cb1a818422d4cf33cc02025fa9cc7de48ebb (patch)
tree96dca6046160180d1a599bcca99991063ae348b6 /.vim/after/plugin/lsp.vim
parent649ebaef22018db46638de027069ecffc0a11038 (diff)
downloaddotfiles-78b8cb1a818422d4cf33cc02025fa9cc7de48ebb.tar.gz
dotfiles-78b8cb1a818422d4cf33cc02025fa9cc7de48ebb.tar.bz2
dotfiles-78b8cb1a818422d4cf33cc02025fa9cc7de48ebb.zip
Update vim config
Diffstat (limited to '.vim/after/plugin/lsp.vim')
-rw-r--r--.vim/after/plugin/lsp.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vim/after/plugin/lsp.vim b/.vim/after/plugin/lsp.vim
index 258e3f7..4bc1a0f 100644
--- a/.vim/after/plugin/lsp.vim
+++ b/.vim/after/plugin/lsp.vim
@@ -1,15 +1,17 @@
if has('nvim')
finish
endif
+
let g:lsp_diagnostics_enabled = 0
let g:lsp_document_code_action_signs_enabled = 0
+let g:lsp_use_native_client = 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.
+" can help send the result to ALE. Pay attention of the loading order.
packadd vim-lsp-ale
if executable('pylsp')