make treesitter nicer

Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
cy 2025-01-28 00:39:23 -05:00
parent 443ea96d1f
commit f9837b7cab
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -171,7 +171,11 @@
plugins.treesitter = {
enable = true;
nixGrammars = true;
settings.indent.enable = true;
settings = {
indent.enable = true;
auto_install = true;
highlight.enable = true;
};
};
plugins.fzf-lua = {
enable = true;