AutoYADM commit: 2024-12-13 13:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-13 13:45:01 -05:00
parent 0f81da02a7
commit 953a531bc5
7 changed files with 13 additions and 16 deletions

View file

@ -4,6 +4,7 @@
local opt = vim.opt
opt.scrolloff = 0
vim.g.snacks_animate = false
opt.spell = true
opt.wrap = true
opt.spelllang = { "en", "en-academic" }