linuxware/programs/neovim/user/plugins/treesitter.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,
}