From cef3a0d618863d3984d213b12d0555f11e1f0268 Mon Sep 17 00:00:00 2001 From: phuclee <125681538+phucisstupid@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:57:50 +0700 Subject: [PATCH] Update options.lua --- lua/lazyvim/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/config/options.lua b/lua/lazyvim/config/options.lua index 30d2a709..111bcc74 100644 --- a/lua/lazyvim/config/options.lua +++ b/lua/lazyvim/config/options.lua @@ -100,7 +100,7 @@ opt.smartcase = true -- Don't ignore case with capitals opt.smartindent = true -- Insert indents automatically opt.smoothscroll = true opt.spelllang = { "en" } -vim.o.spelloptions = 'camel' -- Treat camelCase word parts as separate words +opt.spelloptions = 'camel' -- Treat camelCase word parts as separate words opt.splitbelow = true -- Put new windows below current opt.splitkeep = "screen" opt.splitright = true -- Put new windows right of current