-
Notifications
You must be signed in to change notification settings - Fork 65
LspInstall prompt for missing servers #137
Comments
You can write an autocmd in your config that uses, |
I've actually tried experimenting with that yesterday! I was using the BufEnter event, and the installer for some servers (such as Docker iirc) were registered as another buffer with the same filetype as the previous, causing an infinite loop. |
Ah yes. Then I don't know a good way right now. I want to write a whole new UI for installing and uninstalling which would also make this much easier, but I haven't had so much time lately. |
Understandable, having a UI would definitely simplify this process! Would love to see it as a future feature :) |
I wrote a script that parses the file's extension against the installed servers/list of available servers from It technically installed the server, but it spawned other shells in the process as well. |
Hello,
Is it possible to have an option to display a prompt (y/n) to install missing LSP servers for a language when its file type is open in one of the buffers? This is the case when the language server is not installed, but available to be installed.
Thanks!
The text was updated successfully, but these errors were encountered: