Skip to content

Commit 5c67a96

Browse files
committed
modules/lsp: get nvim-lspconfig link from plugins.lspconfig.package
1 parent 812b2b0 commit 5c67a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lsp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ in
3434
You may also want to use [nvim-lspconfig] to install _default configs_ for many language servers.
3535
This can be installed using [`${options.plugins.lspconfig.enable}`][`plugins.lspconfig`].
3636
37-
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
37+
[nvim-lspconfig]: ${options.plugins.lspconfig.package.default.meta.homepage}
3838
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
3939
'';
4040
default = { };

0 commit comments

Comments
 (0)