X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Flsp.vim;h=7cbc696609e4b9441539f0f07927821ac682102d;hb=a553a7cdcd190da2a31d717fc967619b4b91097c;hp=394f56a214b031cacb54725603a700f2dca39581;hpb=73a099ef9d2d01a75c13dee7efce9ece5f99dc74;p=dotfiles.git 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