diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2024-10-21 05:48:36 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2024-10-21 05:48:36 -0600 |
commit | bdbe1ed5ba694822ce47f3c915a70d6c3ffb4066 (patch) | |
tree | dd7ebec2f12324d259ef10efe46197bb40a1126a /lua/plugins/markdown.lua | |
parent | a50a5f55ae3af9493f76f0aae8a53167eaee79e1 (diff) |
feat: better nord theme and markdown hl
Diffstat (limited to 'lua/plugins/markdown.lua')
-rw-r--r-- | lua/plugins/markdown.lua | 8 |
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 = {}, +} |