summaryrefslogtreecommitdiff
path: root/fnl/plugins/markdown.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/markdown.fnl')
-rw-r--r--fnl/plugins/markdown.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/plugins/markdown.fnl b/fnl/plugins/markdown.fnl
new file mode 100644
index 0000000..1d6a2c7
--- /dev/null
+++ b/fnl/plugins/markdown.fnl
@@ -0,0 +1,7 @@
+;; Markdown renderer plugin.
+
+{1 :MeanderingProgrammer/markdown.nvim
+ :main :render-markdown
+ :opts {}
+ :name :render-markdown
+ :dependencies [ :nvim-treesitter/nvim-treesitter :nvim-tree/nvim-web-devicons ]}