1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-15 05:21:08 +01:00

docs/lib: simplify default title-heading

This commit is contained in:
Matt Sturgeon 2025-09-23 14:50:15 +01:00
parent 4414d8aa14
commit c146f6e09c
2 changed files with 11 additions and 14 deletions

View file

@ -6,16 +6,16 @@
{
lib.nixvim = {
_page = {
title = "Nixvim's functions";
title = "lib.nixvim: Nixvim's functions";
source = ./index.md;
};
utils._page = {
title = "utility functions";
title = "lib.nixvim.utils: utility functions";
functions.file = ../../lib/utils.nix;
};
lua._page = {
title = "lua functions";
title = "lib.nixvim.lua: lua functions";
functions.file = ../../lib/to-lua.nix;
};
};