AutoYADM commit: 2024-12-11 17:15:04
This commit is contained in:
parent
d996af0621
commit
74486c21af
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
opt.scrolloff = 2
|
opt.scrolloff = 0
|
||||||
|
|
||||||
opt.spell = false
|
opt.spell = true
|
||||||
|
table.insert(opt.spelllang, -1, "academic")
|
||||||
-- opt.spelloptions = "camel"
|
-- opt.spelloptions = "camel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue