fix(nvim): ensure correct ts parsers are installed for noice.nvim
This commit is contained in:
parent
b507f77d2c
commit
95620c45f4
@ -17,6 +17,10 @@ nvim_treesitter.setup({
|
||||
"yaml",
|
||||
"json",
|
||||
"html",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"regex",
|
||||
"bash",
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
|
Loading…
Reference in New Issue
Block a user