feat(treesitter): add more languages to defaults

This commit is contained in:
Oliver Ladner 2025-03-17 09:45:46 +01:00
commit e92bba8321

View file

@ -48,6 +48,9 @@ return {
"editorconfig",
"http",
"make",
"toml",
"latex",
"sql",
},
incremental_selection = {
enable = true,