Treesitter config fix
This commit is contained in:
parent
80cf245e79
commit
816e46baf1
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ require 'nvim-treesitter.configs'.setup {
|
|||
"heex",
|
||||
"javascript",
|
||||
"html",
|
||||
"go"
|
||||
"go",
|
||||
"markdown",
|
||||
},
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
|
|
|
|||
Loading…
Reference in a new issue