9 lines
255 B
Lua
9 lines
255 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = function(_, opts)
|
|
-- add more things to the ensure_installed table protecting against community packs modifying it
|
|
opts.ensure_installed = nil
|
|
opts.automatic_installation = false
|
|
end,
|
|
}
|