From: Sergey Matveev Date: Sat, 27 Mar 2021 08:29:16 +0000 (+0300) Subject: Ability to disable LSP, without :help X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=e2795c1cc2fd311cb2ffeada205b952da36fe9e4 Ability to disable LSP, without :help --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 3a93544..4ced7ca 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,5 +1,6 @@ if exists("g:loaded_mein_lsp") | finish | endif let g:loaded_mein_lsp = 1 +let g:lsp_auto_enable = 1 let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1