plugins/hmts: add warning when treesitter is not enabled

This commit is contained in:
Gaetan Lepage 2024-01-26 15:33:09 +01:00 committed by Gaétan Lepage
parent 889144c0b1
commit d137555971
2 changed files with 13 additions and 12 deletions

View file

@ -1,11 +1,8 @@
{
empty = {
plugins.hmts.enable = true;
};
example = {
plugins.hmts = {
enable = true;
plugins = {
hmts.enable = true;
treesitter.enable = true;
};
};
}