summary refs log tree commit diff
path: root/.vim/after/ftplugin/mail.lua
blob: 6e0fa203c29f0b1c800635c0c14e8cf5c832dea4 (plain) (blame)
1
2
3
4
require('internal.spell')

vim.opt_local.cursorline = false
vim.opt_local.commentstring = '> %s'