From ac86576069f32068f07cfc8c0b90eab39acff227 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 29 Jul 2024 22:17:43 +0200 Subject: Add markdown viewer --- fnl/plugins/markdown.fnl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fnl/plugins/markdown.fnl (limited to 'fnl') 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 ]} -- cgit v1.2.3-70-g09d2