docs/lib: enable lib.nixvim.lua docs

This commit is contained in:
Matt Sturgeon 2025-05-15 16:36:40 +01:00
parent bda4be03fc
commit 4a272ca5d7
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -14,6 +14,10 @@
file = ../../lib/utils.nix;
title = "utility functions";
};
lua = {
file = ../../lib/to-lua.nix;
title = "lua functions";
};
};
};
};