aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
blob: c5af7169717353d1977f438efaba6aae21c276a8 (plain)
1
2
3
4
5
6
7
8
9
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!