modules/lsp: get nvim-lspconfig link from plugins.lspconfig.package

This commit is contained in:
Matt Sturgeon 2025-04-28 17:32:11 +01:00
parent 812b2b0903
commit 5c67a96a86
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -34,7 +34,7 @@ in
You may also want to use [nvim-lspconfig] to install _default configs_ for many language servers.
This can be installed using [`${options.plugins.lspconfig.enable}`][`plugins.lspconfig`].
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
[nvim-lspconfig]: ${options.plugins.lspconfig.package.default.meta.homepage}
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
'';
default = { };