🔧 nvchad: removed spelling check

This commit is contained in:
sakamoto
2024-07-29 07:47:04 -05:00
parent 6848b2d504
commit 574895ef9f
+2 -2
View File
@@ -4,7 +4,7 @@ require "nvchad.options"
vim.opt.foldmethod = "expr" vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()" vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.spelllang = "en_us" -- vim.opt.spelllang = "en_us"
vim.opt.spell = true -- vim.opt.spell = true
-- local o = vim.o -- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline! -- o.cursorlineopt ='both' -- to enable cursorline!