nix-community.nixvim/tests/test-sources/plugins/by-name/hmts/default.nix

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

9 lines
102 B
Nix
Raw Normal View History

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