]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lsp.vim
mcabbe linter is useless
[dotfiles.git] / vim / .vim / ftplugin / python / lsp.vim
index 394f56a214b031cacb54725603a700f2dca39581..7cbc696609e4b9441539f0f07927821ac682102d 100644 (file)
@@ -6,6 +6,9 @@ if executable("pyls")
     \    "allowlist": ["python"],
     \    "workspace_config": {"pyls": {
     \        "configurationSources": ["flake8"],
+    \        "plugins": {
+    \            "mccabe": {"enabled": v:false},
+    \        },
     \    }},
     \})
 endif