feat: update nvim-treesitter to no longer require nvim-treesitter.configs
All checks were successful
ci / nix-fmt (push) Successful in 51s

This commit is contained in:
Ceferino Patino 2026-05-20 13:41:37 -05:00
commit 54821b57eb
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -2,12 +2,6 @@ return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup({
highlight = {
enable = true,
},
})
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
end,