1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00
nixvim/tests/test-sources/modules/lua-loader.nix

9 lines
103 B
Nix

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