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",
|
"yaml",
|
||||||
"json",
|
"json",
|
||||||
"html",
|
"html",
|
||||||
|
"markdown",
|
||||||
|
"markdown_inline",
|
||||||
|
"regex",
|
||||||
|
"bash",
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user