From c65db96a168bab7c43b8bce791d1e77a33548e5c Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 25 Nov 2024 17:49:06 +0100 Subject: feat: enable spell checking for markdown --- ftplugin/markdown.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftplugin/markdown.lua (limited to 'ftplugin/markdown.lua') diff --git a/ftplugin/markdown.lua b/ftplugin/markdown.lua new file mode 100644 index 0000000..de55be5 --- /dev/null +++ b/ftplugin/markdown.lua @@ -0,0 +1,2 @@ +vim.o.spelllang = 'en_us' +vim.o.spell = true -- cgit v1.2.3