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",
|
"heex",
|
||||||
"javascript",
|
"javascript",
|
||||||
"html",
|
"html",
|
||||||
"go"
|
"go",
|
||||||
|
"markdown",
|
||||||
},
|
},
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue