summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorChristian Segundo2025-01-17 20:33:14 +0100
committerChristian Segundo2025-01-17 20:33:14 +0100
commit3f7563540e835b39982e8316cb1d7cdbd443ad14 (patch)
tree13f4d5a1ee6e3a090e3b0feff1477f3944164a9e /ftplugin
parent656397b42043b34732812d2b40eeb0216d729c8e (diff)
downloadconfig-3f7563540e835b39982e8316cb1d7cdbd443ad14.tar.gz
ftplugin/markdown: lots of changes
- move from ftplugin to after/ftplugin - add keywordprg to lookup words in the dictionary
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