]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
pylsp should use flake8's configuration
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 45f903c44f2091d0c851b9dfcd9fcc8acac8b3aa..bcef27286c0acccd5837ce86168f19002fa99063 100644 (file)
@@ -1,5 +1,5 @@
-if exists("g:loaded_mein_lsp") | finish | endif
-let g:loaded_mein_lsp = 1
+if exists("*<SID>on_lsp_buffer_enabled") | finish | endif
+
 let g:lsp_auto_enable = 1
 
 let g:lsp_diagnostics_echo_cursor = 1