Adding spell check to luaconfig

This commit is contained in:
daniel weber 2024-04-05 09:13:51 -04:00
parent b0a3d7a63d
commit b90ae7b9fc

View File

@ -27,3 +27,6 @@ vim.opt.updatetime = 50
vim.opt.colorcolumn = "80"
vim.opt.listchars = { space = '·', tab = '>~', eol = ''}
vim.opt.list = true
vim.opt.spelllang = 'en_us'
vim.opt.spell = true