mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/lsp: get nvim-lspconfig link from plugins.lspconfig.package
This commit is contained in:
parent
812b2b0903
commit
5c67a96a86
1 changed files with 1 additions and 1 deletions
|
@ -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 = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue