-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nightly] Support vim.lsp.config
#613
Comments
hey 👋 Thanks for the heads-up. 🙏 At a first glance, The global configuration looks interesting. |
It not only brought these functions but also introduced a new runtime script folder, |
It doesn't look similar to
I will have a look at the PR in more detail later. If Nvim provides an API to query the config for a given server, then it should be trivial to add support to rustaceanvim 😄. |
As of neovim/neovim#31771, there's a public API to get the resolved config. |
Feature description
nvim recently merged a PR aims to replace the lspconfig interface.
It doesn't matter if this interface is not used, as it is just a higher-level interface. However, it would be better to use it because its goal is to provide a set of standardized configurations that allow users to modify and extend, as well as define global configurations.
The text was updated successfully, but these errors were encountered: