From 3f7563540e835b39982e8316cb1d7cdbd443ad14 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Fri, 17 Jan 2025 20:33:14 +0100 Subject: ftplugin/markdown: lots of changes - move from ftplugin to after/ftplugin - add keywordprg to lookup words in the dictionary --- ftplugin/markdown.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ftplugin/markdown.lua (limited to 'ftplugin') diff --git a/ftplugin/markdown.lua b/ftplugin/markdown.lua deleted file mode 100644 index 162ff13..0000000 --- a/ftplugin/markdown.lua +++ /dev/null @@ -1,6 +0,0 @@ -local l = vim.opt_local - -l.formatprg = "par -w 80" -l.conceallevel = 0 -l.wrap = true -l.spell = true -- cgit v1.2.3