mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 20:34:32 +02:00
modules/autocmd: factor out autocmd-helpers
This commit is contained in:
parent
06ebef8da8
commit
bbbbfa2774
3 changed files with 83 additions and 76 deletions
|
@ -1,6 +1,7 @@
|
|||
{lib, ...}:
|
||||
with lib; rec {
|
||||
keymaps = import ./keymap-helpers.nix {inherit lib;};
|
||||
autocmd = import ./autocmd-helpers.nix {inherit lib;};
|
||||
|
||||
# vim dictionaries are, in theory, compatible with JSON
|
||||
toVimDict = args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue