summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-24 19:26:57 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-24 19:26:57 +0200
commit03f7f69ffd508f71f86e82149f7748fde3c9b4d6 (patch)
tree1e06a63b2fe0f65aa45f22fa35b1be0a067fab3f /plugin
parent64bd0660ef0c27737b46f03e6420d19a1f211cce (diff)
downloadnvim-config-03f7f69ffd508f71f86e82149f7748fde3c9b4d6.tar.gz
nvim-config-03f7f69ffd508f71f86e82149f7748fde3c9b4d6.zip
docs(nvim): edit markdown plugin comment
Diffstat (limited to 'plugin')
-rw-r--r--plugin/50-markdown.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugin/50-markdown.lua b/plugin/50-markdown.lua
index 2849983..f7c3de5 100644
--- a/plugin/50-markdown.lua
+++ b/plugin/50-markdown.lua
@@ -1,7 +1,9 @@
--
--- Markdown plugin
+-- 50-markdown.lua
+--
+-- * Installs the treesitter parsers used when rendering markdown.
+-- * Configures `render-markdown` (https://github.com/MeanderingProgrammer/render-markdown.nvim).
--
--- Uses `render-markdown`, see https://github.com/MeanderingProgrammer/render-markdown.nvim
require("nvim-treesitter").install({
"html",