nix-community.nixvim/tests/test-sources/modules/lua-loader.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
103 B
Nix
Raw Normal View History

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