From 20fc019b32d25bdb12a20c13df415136cc6c84db Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 13 Jul 2020 17:12:52 +0300 Subject: [PATCH] Mention pyls full installation --- vim/.vim/ftplugin/python/lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}, -- 2.44.0