nix-community.nixvim/tests/test-sources/plugins/by-name/hmts/default.nix
2024-09-09 11:50:39 +01:00

8 lines
102 B
Nix

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