From 7096bc78536f2d8975006f9af0488b9eb89672b9 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 25 Nov 2025 13:45:11 +0100 Subject: feat: enable spell checking for mail ft --- ftplugin/mail.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ftplugin/mail.lua (limited to 'ftplugin/mail.lua') diff --git a/ftplugin/mail.lua b/ftplugin/mail.lua new file mode 100644 index 0000000..9bc33a5 --- /dev/null +++ b/ftplugin/mail.lua @@ -0,0 +1,5 @@ +vim.opt_local.spell = true +vim.opt_local.spelllang = 'en_us' + +vim.keymap.set("n", "", "]s") +vim.keymap.set("n", "", "[s") -- cgit v1.2.3