Skip to content

Commit 4bb0089

Browse files
committed
Add render-markdown.nvim for inline markdown rendering
1 parent 9c23e42 commit 4bb0089

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lua/custom/plugins/init.lua

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
-- I promise not to create any merge conflicts in this directory :)
33
--
44
-- See the kickstart.nvim README for more information
5-
return {}
5+
-- All .lua files in this directory will be automatically loaded by lazy.nvim
6+
return {
7+
{
8+
'MeanderingProgrammer/render-markdown.nvim',
9+
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
10+
ft = { 'markdown' },
11+
opts = {},
12+
},
13+
}

0 commit comments

Comments
 (0)