mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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 = {
|
||||
title = "Nixvim's functions";
|
||||
markdown = ./index.md;
|
||||
|
||||
pages = {
|
||||
utils = {
|
||||
file = ../../lib/utils.nix;
|
||||
title = "utility functions";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue