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=0000000000000000000000000000000000000000;hp=7cbc696609e4b9441539f0f07927821ac682102d;hb=01fb86734d5d83bfc44978d9ebf0927f5a37944e;hpb=50c727abbb918becd61df61de534dacc2d54ddc1 diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim deleted file mode 100644 index 7cbc696..0000000 --- a/vim/.vim/ftplugin/python/lsp.vim +++ /dev/null @@ -1,14 +0,0 @@ -if executable("pyls") - " pip install 'python-language-server[all]' - au User lsp_setup call lsp#register_server({ - \ "name": "pyls", - \ "cmd": {server_info->["pyls"]}, - \ "allowlist": ["python"], - \ "workspace_config": {"pyls": { - \ "configurationSources": ["flake8"], - \ "plugins": { - \ "mccabe": {"enabled": v:false}, - \ }, - \ }}, - \}) -endif