diff --git a/lua/options.lua b/lua/options.lua index 9e2de55..b3624a6 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -3,5 +3,8 @@ require "nvchad.options" -- add yours here! vim.opt.foldmethod = "expr" vim.opt.foldexpr = "nvim_treesitter#foldexpr()" + +vim.opt.spelllang = "en_us" +vim.opt.spell = true -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline!