add more treesitter

This commit is contained in:
Daylin Morgan 2023-05-18 10:44:30 -05:00
parent 9faf41d023
commit da32c832cb
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -58,6 +58,7 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ignore_install = { "help" }
opts.ensure_installed = { "jsonnet" }
end,
},
}