]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/lsp.vim
Enable pyls only if it exists
[dotfiles.git] / vim / .vim / plugin / lsp.vim
index 532b5e02b20028473a4f6e30f9c341a4c89bb6a2..7b6d4eadefc902b87958547b634c0d81bb3cfa5e 100644 (file)
@@ -14,6 +14,7 @@ let g:lsc_server_commands = {
     \             "mccabe": {"enabled": v:false},
     \         },
     \     }},
+    \     "enabled": v:false,
     \ },
 \ }
 let g:lsc_auto_map = {