8 lines
192 B
Lua
8 lines
192 B
Lua
require "nvchad.options"
|
|
|
|
-- add yours here!
|
|
vim.opt.foldmethod = "expr"
|
|
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
|
-- local o = vim.o
|
|
-- o.cursorlineopt ='both' -- to enable cursorline!
|