From d97b3d0c47f72192c61f56fb29fa3b5b3474c3dd Mon Sep 17 00:00:00 2001
From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch>
Date: Tue, 20 Aug 2024 18:45:08 +0200
Subject: [PATCH] feat: added markdown.nvim for a better experience when
 editing .md files

---
 lua/plugins/markdown.lua | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 lua/plugins/markdown.lua

diff --git a/lua/plugins/markdown.lua b/lua/plugins/markdown.lua
new file mode 100644
index 0000000..fce716d
--- /dev/null
+++ b/lua/plugins/markdown.lua
@@ -0,0 +1,7 @@
+return {
+    'MeanderingProgrammer/markdown.nvim',
+    main = "render-markdown",
+    opts = {},
+    name = 'render-markdown',                                                            -- Only needed if you have another plugin named markdown.nvim
+    dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
+}
-- 
GitLab