From: Sergey Matveev Date: Thu, 23 Dec 2021 15:13:26 +0000 (+0300) Subject: mcabbe linter is useless X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=a553a7cdcd190da2a31d717fc967619b4b91097c mcabbe linter is useless --- diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim index 394f56a..7cbc696 100644 --- a/vim/.vim/ftplugin/python/lsp.vim +++ b/vim/.vim/ftplugin/python/lsp.vim @@ -6,6 +6,9 @@ if executable("pyls") \ "allowlist": ["python"], \ "workspace_config": {"pyls": { \ "configurationSources": ["flake8"], + \ "plugins": { + \ "mccabe": {"enabled": v:false}, + \ }, \ }}, \}) endif