mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update options.lua
This commit is contained in:
parent
152361a6d5
commit
cef3a0d618
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue