mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 05:21:08 +01:00
modules/lsp: move packages.nix from plugins.lsp
Move plugins/lsp/lsp-packages.nix -> modules/lsp/servers/packages.nix
This commit is contained in:
parent
74136352cf
commit
c97e8e3425
6 changed files with 7 additions and 7 deletions
|
|
@ -212,7 +212,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
lspPackages = import ../lsp-packages.nix;
|
||||
lspPackages = import ../../../modules/lsp/servers/packages.nix;
|
||||
|
||||
generatedServers = lib.pipe ../../../generated/lspconfig-servers.json [
|
||||
lib.importJSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue