]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lsp.vim
Fix path to command
[dotfiles.git] / vim / .vim / ftplugin / python / lsp.vim
index 4c04cd29a92088617fa51c8e2bbb97e76212e54e..cd34fa5a39190206be754446a70ad450ab901216 100644 (file)
@@ -1,8 +1,3 @@
 if executable("pyls")
-    " pip install python-language-server
-    au User lsp_setup call lsp#register_server({
-    \    "name": "pyls",
-    \    "cmd": {server_info->["pyls"]},
-    \    "whitelist": ["python"],
-    \})
+    LSClientEnable
 endif