add obsidian md (to be configured)

This commit is contained in:
Jack Koskie 2024-06-13 18:32:22 -04:00
parent b6d11ec27f
commit 4d9e54d6d6
3 changed files with 124 additions and 6 deletions

View file

@ -1,8 +1,8 @@
return {
-- 'MeanderingProgrammer/markdown.nvim',
-- name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
-- dependencies = { 'nvim-treesitter/nvim-treesitter' },
-- config = function()
-- require('render-markdown').setup {}
-- end,
'MeanderingProgrammer/markdown.nvim',
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
dependencies = { 'nvim-treesitter/nvim-treesitter' },
config = function()
require('render-markdown').setup {}
end,
}