]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lsp.vim
Enable pyls only if it exists
[dotfiles.git] / vim / .vim / ftplugin / python / lsp.vim
diff --git a/vim/.vim/ftplugin/python/lsp.vim b/vim/.vim/ftplugin/python/lsp.vim
new file mode 100644 (file)
index 0000000..cd34fa5
--- /dev/null
@@ -0,0 +1,3 @@
+if executable("pyls")
+    LSClientEnable
+endif