enabling spell check in zen mode
This commit is contained in:
parent
d336c5d976
commit
db6c186a20
|
@ -191,9 +191,11 @@ require('true-zen').setup {
|
|||
callbacks = {
|
||||
open_pre = function()
|
||||
vim.opt.linebreak = true
|
||||
vim.opt.spell = true
|
||||
end,
|
||||
close_post = function()
|
||||
vim.opt.linebreak = false
|
||||
vim.opt.spell = false
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue