mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
Allow to add meta options like maintainers (#836)
This commit is contained in:
parent
189ae51b02
commit
2871dc94b4
4 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{lib, ...}:
|
||||
with lib; rec {
|
||||
maintainers = import ./maintainers.nix;
|
||||
keymaps = import ./keymap-helpers.nix {inherit lib;};
|
||||
autocmd = import ./autocmd-helpers.nix {inherit lib;};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue