X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=3a935448e3417104e7d882dacef46a58d4febe6c;hb=50295e8d1d1b2ab4d5514d441ba28e45e7699c55;hp=f951f3697eb5dcccad617782fb07456fb16322b7;hpb=66cddd290fccf8b219d8590b07a6292ec4204434;p=dotfiles.git diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index f951f36..3a93544 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,5 +1,5 @@ -let g:asyncomplete_auto_completeopt = 0 -let g:asyncomplete_auto_popup = 0 +if exists("g:loaded_mein_lsp") | finish | endif +let g:loaded_mein_lsp = 1 let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1