Disable spellcheck
This commit is contained in:
parent
d711a7613b
commit
cc87742a57
@ -21,6 +21,7 @@ vim.opt.shiftround = true
|
|||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
vim.opt.smartcase = true
|
vim.opt.smartcase = true
|
||||||
|
vim.opt.spell = false
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
Loading…
Reference in New Issue
Block a user