]> Sergey Matveev's repositories - dotfiles.git/commitdiff
mcabbe linter is useless
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Dec 2021 15:13:26 +0000 (18:13 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
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