From: Sergey Matveev Date: Mon, 13 Jul 2020 14:12:52 +0000 (+0300) Subject: Mention pyls full installation X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=20fc019b32d25bdb12a20c13df415136cc6c84db Mention pyls full installation --- 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"]},