summaryrefslogtreecommitdiff
path: root/lua/plugins/markdown.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/markdown.lua')
-rw-r--r--lua/plugins/markdown.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/plugins/markdown.lua b/lua/plugins/markdown.lua
new file mode 100644
index 0000000..418d297
--- /dev/null
+++ b/lua/plugins/markdown.lua
@@ -0,0 +1,8 @@
+return {
+ 'MeanderingProgrammer/render-markdown.nvim',
+ dependencies = {
+ 'nvim-treesitter/nvim-treesitter',
+ 'nvim-tree/nvim-web-devicons',
+ },
+ opts = {},
+}