markdown files will now by default: - Have spell on - Have a textwidth of 75 - Highlight columns 75 & 80
4 lines
71 B
Lua
4 lines
71 B
Lua
vim.wo.spell = true
|
|
vim.bo.textwidth = 75
|
|
vim.wo.colorcolumn = "75,80"
|