nix-community.nixvim/tests/test-sources/plugins/utils/hmts.nix
2023-10-15 17:32:16 +02:00

11 lines
122 B
Nix

{
empty = {
plugins.hmts.enable = true;
};
example = {
plugins.hmts = {
enable = true;
};
};
}