mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(nvim): treesitter
This commit is contained in:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user