From bdbe1ed5ba694822ce47f3c915a70d6c3ffb4066 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Oct 2024 05:48:36 -0600 Subject: feat: better nord theme and markdown hl --- lua/plugins/markdown.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/plugins/markdown.lua (limited to 'lua/plugins/markdown.lua') 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 = {}, +} -- cgit v1.2.3-70-g09d2