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