From 574895ef9f6ce1e3be1e6d4483fc6ac12c675223 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Mon, 29 Jul 2024 07:47:04 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20nvchad:=20removed=20spelling=20c?= =?UTF-8?q?heck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/options.lua b/lua/options.lua index b3624a6..5f66e32 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -4,7 +4,7 @@ require "nvchad.options" vim.opt.foldmethod = "expr" vim.opt.foldexpr = "nvim_treesitter#foldexpr()" -vim.opt.spelllang = "en_us" -vim.opt.spell = true +-- vim.opt.spelllang = "en_us" +-- vim.opt.spell = true -- local o = vim.o -- o.cursorlineopt ='both' -- to enable cursorline!