mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-08 18:11:07 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -29,12 +29,11 @@
|
|||
"codeium"
|
||||
];
|
||||
in
|
||||
with lib;
|
||||
pipe config.cmpSourcePlugins [
|
||||
lib.pipe config.cmpSourcePlugins [
|
||||
# All known source names
|
||||
attrNames
|
||||
lib.attrNames
|
||||
# Filter out disabled sources
|
||||
(filter (name: !(elem name disabledSources)))
|
||||
(lib.filter (name: !(lib.elem name disabledSources)))
|
||||
# Convert names to source attributes
|
||||
(map (name: {
|
||||
inherit name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue