with markdown and obsidian

This commit is contained in:
Fernando Bueno 2024-07-02 02:05:13 -04:00
parent d78e602f0f
commit 5872e327eb
7 changed files with 81 additions and 5 deletions

View file

@ -0,0 +1,11 @@
return {
'MeanderingProgrammer/markdown.nvim',
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
dependencies = {
'nvim-treesitter/nvim-treesitter', -- Mandatory
'nvim-tree/nvim-web-devicons', -- Optional but recommended
},
config = function()
require('render-markdown').setup({})
end,
}