" Tree-sitter configuration lua < boolean max_file_lines = nil, -- Do not enable for files with more than n lines, int -- colors = {}, -- table of hex strings -- termcolors = {} -- table of colour name strings }, textobjects = { swap = { enable = true, swap_next = { ["tan"] = "@parameter.inner", }, swap_previous = { ["tap"] = "@parameter.inner", }, }, }, } --vim.opt.foldmethod = "expr" --vim.opt.foldexpr = "nvim_treesitter#foldexpr()" EOF