Update treesitter vor nvim 0.12

This commit is contained in:
Alexander Gehrke 2026-04-01 16:09:14 +02:00
parent 8831bbe952
commit af39061406
5 changed files with 157 additions and 172 deletions

View file

@ -58,10 +58,6 @@ vim.opt.whichwrap = "b,s,<,>,[,],h,l"
--vim.opt.timeout = false
vim.opt.foldmethod = "expr"
vim.opt.foldlevel = 99
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.diffopt:append("vertical")
vim.opt.diffopt:append("linematch:50")
-- todo visualbell needed?