nix-community.nixvim/tests/test-sources/plugins/languages/treesitter/hmts.nix

11 lines
122 B
Nix

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