blob: b50a463a4793b4c76626fa801fb2b1895b3b6588 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require "nvchad.options"
-- add yours here!
vim.opt.wrap = false
vim.opt.spell = true
vim.opt.spelllang = { "en" }
vim.opt.colorcolumn = "80"
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
|