X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Flsp.vim;h=cd34fa5a39190206be754446a70ad450ab901216;hp=85091b42a571d58d97280d57512f56e82454cb3f;hb=HEAD;hpb=1c33920c93a58a40a622f567d9227581bfa55f8f diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim deleted file mode 100644 index 85091b4..0000000 --- a/vim/.vim/ftplugin/python/lsp.vim +++ /dev/null @@ -1,8 +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"], - \}) -endif