We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugins.lspconfig.package
1 parent 812b2b0 commit 5c67a96Copy full SHA for 5c67a96
modules/lsp/default.nix
@@ -34,7 +34,7 @@ in
34
You may also want to use [nvim-lspconfig] to install _default configs_ for many language servers.
35
This can be installed using [`${options.plugins.lspconfig.enable}`][`plugins.lspconfig`].
36
37
- [nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
+ [nvim-lspconfig]: ${options.plugins.lspconfig.package.default.meta.homepage}
38
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
39
'';
40
default = { };
0 commit comments