X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=d8c9167fe9e3a9c52b6686f07995466638b055d2;hp=45f903c44f2091d0c851b9dfcd9fcc8acac8b3aa;hb=c87a6c5de579ab6ae0e5d27b233b83bab85e17f6;hpb=8d4331f8ac20bfb0f5c6ce4ea0ada9618216c6f8 diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 45f903c..d8c9167 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,5 +1,5 @@ -if exists("g:loaded_mein_lsp") | finish | endif -let g:loaded_mein_lsp = 1 +if exists('*on_lsp_buffer_enabled') | finish | endif + let g:lsp_auto_enable = 1 let g:lsp_diagnostics_echo_cursor = 1