Update options.lua

This commit is contained in:
phuclee 2025-10-13 23:57:50 +07:00 committed by GitHub
parent 152361a6d5
commit cef3a0d618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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