AutoYADM commit: 2024-12-11 17:15:04

This commit is contained in:
Daniel Fichtinger 2024-12-11 17:15:04 -05:00
parent d996af0621
commit 74486c21af

View file

@ -2,7 +2,8 @@
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here -- Add any additional options here
local opt = vim.opt local opt = vim.opt
opt.scrolloff = 2 opt.scrolloff = 0
opt.spell = false opt.spell = true
table.insert(opt.spelllang, -1, "academic")
-- opt.spelloptions = "camel" -- opt.spelloptions = "camel"