mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
refactor: move lib out of modules
This commit is contained in:
parent
c2b0b6a053
commit
7db1f6779c
9 changed files with 1 additions and 344 deletions
|
@ -9,7 +9,7 @@
|
|||
inherit (builtins) map filter isString toString getAttr hasAttr attrNames;
|
||||
inherit (pkgs.vimUtils) buildVimPluginFrom2Nix;
|
||||
|
||||
extendedLib = import ./lib/stdlib-extended.nix lib;
|
||||
extendedLib = import ../lib/stdlib-extended.nix lib;
|
||||
|
||||
nvimModules = import ./modules.nix {
|
||||
inherit check pkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue