]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Mention pyls full installation
authorSergey Matveev <stargrave@stargrave.org>
Mon, 13 Jul 2020 14:12:52 +0000 (17:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 13 Jul 2020 14:12:52 +0000 (17:12 +0300)
vim/.vim/ftplugin/python/lsp.vim

index 4c04cd29a92088617fa51c8e2bbb97e76212e54e..c792deac5f876346e32d566cc2d492966c84e9ec 100644 (file)
@@ -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"]},