fix(nvim): treesitter

This commit is contained in:
László Párkányi
2026-08-07 11:21:14 +02:00
parent cc215acf4d
commit 66a3133638
2 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,3 @@ require "nvchad.options"
-- o.cursorlineopt ='both' -- to enable cursorline!
local o = vim.o
-- Enable treesitter folding
o.foldmethod = "expr"
o.foldexpr = "nvim_treesitter#foldexpr()"