mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +02:00
plugins/efmls-configs: move from lsp to by-name
This commit is contained in:
parent
f13bdfec8f
commit
09daa2cb83
5 changed files with 3 additions and 4 deletions
|
@ -79,11 +79,11 @@ let
|
|||
)
|
||||
++ checkDeclarations (
|
||||
let
|
||||
inherit (import ../plugins/lsp/language-servers/efmls-configs-pkgs.nix lib) packaged unpackaged;
|
||||
inherit (import ../plugins/by-name/efmls-configs/packages.nix lib) packaged unpackaged;
|
||||
in
|
||||
{
|
||||
name = "efmls";
|
||||
declarationFile = "efmls-configs-pkgs.nix";
|
||||
declarationFile = "plugins/by-name/efmls-configs/packages.nix";
|
||||
|
||||
packages = builtins.attrValues packaged;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue