diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-29 22:17:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-07-29 22:17:43 +0200 |
commit | ac86576069f32068f07cfc8c0b90eab39acff227 (patch) | |
tree | a8d385a91b33170482249e2a5b60c30039860dba /fnl/plugins | |
parent | acdd91aca61e5d8b8653cd90cbfbee01f6fb6fca (diff) |
Add markdown viewer
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/markdown.fnl | 7 |
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 ]} |