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

This commit is contained in:
Daniel Fichtinger 2024-12-11 17:50:03 -05:00
parent 5f09c80e13
commit 3a30d1aa21
2 changed files with 0 additions and 4 deletions

View file

@ -5,6 +5,5 @@ local opt = vim.opt
opt.scrolloff = 0
opt.spell = true
-- opt.spelllang = vim.tbl_extend("force", opt.spelllang, { "en", "academic" })
opt.spelllang = { "en", "en-academic" }
-- opt.spelloptions = "camel"