fix(nvim): ensure correct ts parsers are installed for noice.nvim

This commit is contained in:
Price Hiller 2023-05-05 04:52:49 -05:00
parent b507f77d2c
commit 95620c45f4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -17,6 +17,10 @@ nvim_treesitter.setup({
"yaml",
"json",
"html",
"markdown",
"markdown_inline",
"regex",
"bash",
},
highlight = {
enable = true,