Adding spell check to luaconfig
This commit is contained in:
parent
b0a3d7a63d
commit
b90ae7b9fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user