mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lib/types: merge into extendedLib
This commit is contained in:
parent
38b09c1621
commit
b414a53649
3 changed files with 13 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
# Custom types to be included in `lib.types`
|
||||
{ lib, helpers }:
|
||||
with lib;
|
||||
with helpers;
|
||||
|
@ -91,5 +92,3 @@ rec {
|
|||
}";
|
||||
};
|
||||
}
|
||||
# Allow to do `with nixvimTypes;` instead of `with types;`
|
||||
// lib.types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue