nix-community.nixvim/tests/test-sources/plugins/utils/hmts.nix

12 lines
122 B
Nix
Raw Permalink Normal View History

2023-10-15 16:32:16 +01:00
{
empty = {
plugins.hmts.enable = true;
};
example = {
plugins.hmts = {
enable = true;
};
};
}