1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/modules/lua-loader.nix

9 lines
103 B
Nix

{
enabled = {
luaLoader.enable = true;
};
disabled = {
luaLoader.enable = false;
};
}