aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/lsp.vim
diff options
context:
space:
mode:
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')