mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 12:06:05 +01:00
docs/lib: enable lib.nixvim.lua docs
This commit is contained in:
parent
bda4be03fc
commit
4a272ca5d7
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
||||||
file = ../../lib/utils.nix;
|
file = ../../lib/utils.nix;
|
||||||
title = "utility functions";
|
title = "utility functions";
|
||||||
};
|
};
|
||||||
|
lua = {
|
||||||
|
file = ../../lib/to-lua.nix;
|
||||||
|
title = "lua functions";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue