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