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.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/.vim/after/ftplugin/mail.lua b/.vim/after/ftplugin/mail.lua
index 9912d65..beb2171 100644
--- a/.vim/after/ftplugin/mail.lua
+++ b/.vim/after/ftplugin/mail.lua
@@ -1,6 +1,3 @@
 
-vim.opt.spell = true
-vim.opt.spelllang = 'de'
-vim.opt.spellfile = vim.fn.stdpath('data') .. '/spellfile.utf-88.add'
-
+require('spell')
 vim.opt.cursorline = false