X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=bcef27286c0acccd5837ce86168f19002fa99063;hb=1280549be01e3ce72d9e0aeef6254a1ff14a25a3;hp=45f903c44f2091d0c851b9dfcd9fcc8acac8b3aa;hpb=e39b00703c08d5ea469301c0e4300c8c6b437a66;p=dotfiles.git diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 45f903c..bcef272 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