require "nvchad.options" -- add yours here! vim.opt.wrap = false vim.opt.spell = true vim.opt.spelllang = { "en" } -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline!