aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/mail.lua5
1 files changed, 5 insertions, 0 deletions
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", "<C-n>", "]s")
+vim.keymap.set("n", "<C-p>", "[s")