Treesitter config fix

This commit is contained in:
t0xa 2025-10-02 10:00:57 +03:00
parent 80cf245e79
commit 816e46baf1

View file

@ -9,7 +9,8 @@ require 'nvim-treesitter.configs'.setup {
"heex", "heex",
"javascript", "javascript",
"html", "html",
"go" "go",
"markdown",
}, },
sync_install = false, sync_install = false,
highlight = { enable = true }, highlight = { enable = true },