spell false for dash

This commit is contained in:
Christoph J. Scherr 2024-07-09 14:53:49 +02:00
parent 918b8ff932
commit 9d803a7253
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ return {
vim.b.minitrailspace_disable = true
vim.opt_local.list = false
vim.opt_local.colorcolumn = '0'
vim.opt_local.spell = false
end,
})
end,