add more treesitter
This commit is contained in:
parent
9faf41d023
commit
da32c832cb
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
opts.ignore_install = { "help" }
|
||||
opts.ensure_installed = { "jsonnet" }
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue