ensures installation of TS

This commit is contained in:
lsoriano-mcm
2025-07-05 11:25:58 -05:00
parent 16fa8eb258
commit af883ec5eb
+12 -1
View File
@@ -146,9 +146,20 @@
treesitter = { treesitter = {
enable = true; enable = true;
folding = false; folding = false;
settings.indent.enable = true; settings.indent.enable = true;
settings = {
auto_install = true;
ensure_installed = [
"git_config"
"git_rebase"
"gitattributes"
"gitcommit"
"gitignore"
"bash"
"python"
];
};
}; };
vim-surround.enable = true; vim-surround.enable = true;