mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
helpers/keymap-helpers: do not import helpers.nix directly
This commit is contained in:
parent
7dbf7f978c
commit
ba818894b4
2 changed files with 16 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
in
|
||||
{
|
||||
maintainers = import ./maintainers.nix;
|
||||
keymaps = import ./keymap-helpers.nix {inherit lib;};
|
||||
keymaps = import ./keymap-helpers.nix {inherit lib nixvimOptions nixvimTypes;};
|
||||
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;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue