mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/lsp/server: declare package
defaults
Convert the `attrsOf (servers.nix)` option to a freeform submodule. Declare a `servers.nix` option for each lsp server listed in `lsp-packages.nix` that has a known nixpkgs package.
This commit is contained in:
parent
276abde288
commit
e34eaf8395
3 changed files with 98 additions and 29 deletions
|
@ -35,7 +35,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
> setup that relate to neovim's builtin LSP and are now being moved to the
|
||||
> new [`lsp`] module.
|
||||
|
||||
[`lsp`]: ../../lsp/servers.md
|
||||
[`lsp`]: ../../lsp/servers/index.md
|
||||
[`plugins.lsp`]: ../lsp/index.md
|
||||
[nvim-lspconfig]: ${opts.package.default.meta.homepage}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue