AutoYADM commit: 2024-12-11 17:20:03
This commit is contained in:
parent
74486c21af
commit
f58e74f29f
3 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,6 @@ local opt = vim.opt
|
|||
opt.scrolloff = 0
|
||||
|
||||
opt.spell = true
|
||||
table.insert(opt.spelllang, -1, "academic")
|
||||
-- opt.spelllang = vim.tbl_extend("force", opt.spelllang, { "en", "academic" })
|
||||
opt.spelllang = { "en", "en-academic" }
|
||||
-- opt.spelloptions = "camel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue