Files
nvim/lua/options.lua
T
2024-07-14 19:06:22 -05:00

11 lines
242 B
Lua

require "nvchad.options"
-- add yours here!
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.spelllang = "en_us"
vim.opt.spell = true
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!