AutoYADM commit: 2024-12-19 17:35:04

This commit is contained in:
Daniel Fichtinger 2024-12-19 17:35:04 -05:00
parent fd5c08dfdb
commit 8cd16b0541
2 changed files with 2 additions and 1 deletions

View file

@ -9,5 +9,6 @@ vim.g.ai_cmp = false
vim.g.snacks_animate = false
opt.spell = true
opt.wrap = true
opt.spelllang = { "en", "en-academic" }
-- opt.spelllang = { "en", "en-academic" }
opt.spelllang = { "en" }
-- opt.spelloptions = "camel"