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