summary refs log tree commit diff
path: root/.vim/after/ftplugin/mail.lua
blob: 9912d6561de405891bb72ef76d95629e6564b462 (plain) (blame)
1
2
3
4
5
6
vim.opt.spell = true
vim.opt.spelllang = 'de'
vim.opt.spellfile = vim.fn.stdpath('data') .. '/spellfile.utf-88.add'

vim.opt.cursorline = false