From 4b03162cb4cb55c6454d7c463bd4d36f3e441822 Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Sun, 14 Jul 2024 19:06:22 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20added=20spelling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/options.lua | 3 +++ 1 file changed, 3 insertions(+) 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!