]> 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 85091b42a571d58d97280d57512f56e82454cb3f..7cbc696609e4b9441539f0f07927821ac682102d 100644 (file)
@@ -4,5 +4,11 @@ if executable("pyls")
     \    "name": "pyls",
     \    "cmd": {server_info->["pyls"]},
     \    "allowlist": ["python"],
+    \    "workspace_config": {"pyls": {
+    \        "configurationSources": ["flake8"],
+    \        "plugins": {
+    \            "mccabe": {"enabled": v:false},
+    \        },
+    \    }},
     \})
 endif