docs/lib: enable lib.nixvim.utils docs

This commit is contained in:
Matt Sturgeon 2025-05-15 15:54:58 +01:00
parent 5cf8cb5ee6
commit bda4be03fc
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -8,6 +8,13 @@
nixvim = {
title = "Nixvim's functions";
markdown = ./index.md;
pages = {
utils = {
file = ../../lib/utils.nix;
title = "utility functions";
};
};
};
};
}