summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/markdown.lua6
1 files changed, 0 insertions, 6 deletions
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