1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-10 20:46:06 +01:00
nixvim/tests/test-sources/plugins/languages/treesitter/hmts.nix

8 lines
102 B
Nix

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