mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +02:00
lib/plugins: take ownership of modules
utils
These util functions were previously defined in `modules`, but `plugins.utils` is a better home.
This commit is contained in:
parent
ec97297fd5
commit
896f6be694
8 changed files with 45 additions and 38 deletions
|
@ -464,7 +464,7 @@ let
|
|||
};
|
||||
|
||||
testMkLuaConfig = {
|
||||
expr = lib.mapAttrs (_: loc: helpers.modules.mkConfigAt loc "Hello!") {
|
||||
expr = lib.mapAttrs (_: loc: helpers.plugins.utils.mkConfigAt loc "Hello!") {
|
||||
"simple string" = "foo";
|
||||
"simple list" = [
|
||||
"foo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue