treesitter ensure installed

Former-commit-id: d158c6160f
This commit is contained in:
Hadi
2025-01-06 20:58:41 +01:00
parent 47449eb534
commit ec8f733408

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;
};
};
}