lib/helpers: extraOptionsOptions -> neovim-plugin.extraOptionsOptions

This commit is contained in:
Gaetan Lepage 2024-01-25 16:15:55 +01:00 committed by Gaétan Lepage
parent 8b91bf010a
commit e2c3459d1d
89 changed files with 103 additions and 97 deletions

View file

@ -7,6 +7,7 @@ in
maintainers = import ./maintainers.nix;
keymaps = import ./keymap-helpers.nix {inherit lib;};
autocmd = import ./autocmd-helpers.nix {inherit lib;};
neovim-plugin = import ./neovim-plugin.nix {inherit lib nixvimOptions;};
vim-plugin = import ./vim-plugin.nix {inherit lib nixvimOptions;};
inherit (import ./to-lua.nix {inherit lib;}) toLuaObject;
inherit nixvimTypes;