mirror of https://github.com/LazyVim/starter
Add Java to Treesitter
parent
3c6a0f3217
commit
491a9c630b
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
-- add parsers, without replacing the default ones
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"java",
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue