diff options
Diffstat (limited to 'nvim/lua/options.lua')
| -rw-r--r-- | nvim/lua/options.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua deleted file mode 100644 index b50a463..0000000 --- a/nvim/lua/options.lua +++ /dev/null @@ -1,10 +0,0 @@ -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! |
