mirror of
https://github.com/Derisis13/dotfiles.git
synced 2025-12-07 20:02:50 +01:00
12 lines
227 B
Lua
12 lines
227 B
Lua
require "nvchad.options"
|
|
|
|
-- add yours here!
|
|
|
|
-- local o = vim.o
|
|
-- o.cursorlineopt ='both' -- to enable cursorline!
|
|
|
|
local o = vim.o
|
|
-- Enable treesitter folding
|
|
o.foldmethod = "expr"
|
|
o.foldexpr = "nvim_treesitter#foldexpr()"
|