mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs/lib: enable lib.nixvim.utils
docs
This commit is contained in:
parent
5cf8cb5ee6
commit
bda4be03fc
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
nixvim = {
|
nixvim = {
|
||||||
title = "Nixvim's functions";
|
title = "Nixvim's functions";
|
||||||
markdown = ./index.md;
|
markdown = ./index.md;
|
||||||
|
|
||||||
|
pages = {
|
||||||
|
utils = {
|
||||||
|
file = ../../lib/utils.nix;
|
||||||
|
title = "utility functions";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue