treesitter ensure installed

This commit is contained in:
Hadi
2025-01-06 20:58:41 +01:00
parent d7dbea9437
commit d158c6160f

View File

@@ -22,8 +22,11 @@
enable = true;
nixGrammars = true;
settings = {
ensure_installed = "all";
incremental_selection.enable = true;
indent.enable = true;
highlight.enable = true;
highlight.additional_vim_regex_highlighting = true;
};
};
harpoon = {
@@ -43,7 +46,6 @@
};
};
};
# treesitter-context.enable = true;
};
};
}