AutoYADM commit: 2024-12-11 17:20:03

This commit is contained in:
Daniel Fichtinger 2024-12-11 17:20:03 -05:00
parent 74486c21af
commit f58e74f29f
3 changed files with 3 additions and 1 deletions

View file

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