mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-17 07:51:27 +02:00
lib/lua-types: init
An initial set of option types for representing values serialisable into lua.
This commit is contained in:
parent
9328f4437d
commit
57b61e4267
2 changed files with 67 additions and 0 deletions
|
@ -21,6 +21,7 @@ lib.makeExtensible (
|
|||
deprecation = call ./deprecation.nix { };
|
||||
keymaps = call ./keymap-helpers.nix { };
|
||||
lua = call ./to-lua.nix { };
|
||||
lua-types = call ./lua-types.nix { };
|
||||
modules = call ./modules.nix { inherit flake; };
|
||||
options = call ./options.nix { };
|
||||
plugins = call ./plugins { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue