Disable spellcheck

This commit is contained in:
Alex Yatskov 2022-12-22 21:54:32 -08:00
parent d711a7613b
commit cc87742a57

View File

@ -21,6 +21,7 @@ vim.opt.shiftround = true
vim.opt.shiftwidth = 4
vim.opt.showmode = false
vim.opt.smartcase = true
vim.opt.spell = false
vim.opt.swapfile = false
vim.opt.tabstop = 4
vim.opt.termguicolors = true