Files
nvim/lua/options.lua
T
Sakamoto Hiroshi 70167bf1c8 personal changes
2024-06-22 13:10:22 -05:00

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!