From e696637b0b7873bd933b95e4a10c23d7439f842f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 15 Nov 2021 13:14:10 +0100 Subject: vim: enable german spellfile for mail --- .vim/after/ftplugin/mail.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim/after') 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 -- cgit 1.4.1