mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/efmls-configs: Correctly take into account toolPackages (#738)
This commit is contained in:
parent
5d3ea0430b
commit
49daf1e354
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ in {
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
builtins.map
|
builtins.map
|
||||||
(v: toolPkgs.${v})
|
(v: cfg.toolPackages.${v})
|
||||||
nixvimPkgs.right
|
nixvimPkgs.right
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue