X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=4ced7caebfee7e039d94faba77076822b6d014e3;hp=3a935448e3417104e7d882dacef46a58d4febe6c;hb=e2795c1cc2fd311cb2ffeada205b952da36fe9e4;hpb=f6ea9670dd59fbade4c414e54d195075c19c59f4 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