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=c792deac5f876346e32d566cc2d492966c84e9ec;hp=4c04cd29a92088617fa51c8e2bbb97e76212e54e;hb=20fc019b32d25bdb12a20c13df415136cc6c84db;hpb=0612362840e76c746e9969aeccca3486025fd3b5 diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim index 4c04cd2..c792dea 100644 --- a/vim/.vim/ftplugin/python/lsp.vim +++ b/vim/.vim/ftplugin/python/lsp.vim @@ -1,5 +1,5 @@ if executable("pyls") - " pip install python-language-server + " pip install 'python-language-server[all]' au User lsp_setup call lsp#register_server({ \ "name": "pyls", \ "cmd": {server_info->["pyls"]},