From a553a7cdcd190da2a31d717fc967619b4b91097c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 23 Dec 2021 18:13:26 +0300 Subject: [PATCH] mcabbe linter is useless --- vim/.vim/ftplugin/python/lsp.vim | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.0