added spelling

This commit is contained in:
Sakamoto
2024-07-14 19:06:22 -05:00
parent af37decd58
commit 4b03162cb4
+3
View File
@@ -3,5 +3,8 @@ require "nvchad.options"
-- add yours here! -- add yours here!
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.spell = true
-- local o = vim.o -- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline! -- o.cursorlineopt ='both' -- to enable cursorline!