From 78b8cb1a818422d4cf33cc02025fa9cc7de48ebb Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 22 Dec 2022 09:46:07 +0800 Subject: Update vim config --- .vim/after/plugin/lsp.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vim/after/plugin/lsp.vim') 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') -- cgit v1.2.3