summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 22:17:43 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 22:17:43 +0200
commitac86576069f32068f07cfc8c0b90eab39acff227 (patch)
treea8d385a91b33170482249e2a5b60c30039860dba /fnl
parentacdd91aca61e5d8b8653cd90cbfbee01f6fb6fca (diff)
Add markdown viewer
Diffstat (limited to '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 ]}