summary refs log tree commit diff
path: root/.vim/after/ftplugin/mail.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/ftplugin/mail.lua')
-rw-r--r--.vim/after/ftplugin/mail.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/after/ftplugin/mail.lua b/.vim/after/ftplugin/mail.lua
index 5e9b198..9912d65 100644
--- a/.vim/after/ftplugin/mail.lua
+++ b/.vim/after/ftplugin/mail.lua
@@ -1,3 +1,6 @@
 
 vim.opt.spell = true
+vim.opt.spelllang = 'de'
+vim.opt.spellfile = vim.fn.stdpath('data') .. '/spellfile.utf-88.add'
+
 vim.opt.cursorline = false