This commit is contained in:
chaptersix 2025-05-20 10:05:58 -05:00
parent ff360f7346
commit d3eb736d12
2 changed files with 1 additions and 72 deletions

View file

@ -149,7 +149,7 @@ vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
-- Spell Check
vim.opt.spell = true
vim.opt.spelllang = 'en_US'
-- vim.opt.spelllang = 'en_US'
-- Preview substitutions live, as you type!
vim.opt.inccommand = 'split'