File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Plugin to improve viewing Markdown files in Neovim
66
66
dependencies = { ' nvim-treesitter/nvim-treesitter' , ' echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
67
67
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
68
68
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
69
- },
69
+ }
70
70
```
71
71
72
72
## packer.nvim
Original file line number Diff line number Diff line change 1
- *render-markdown.txt* For 0.10.0 Last change: 2024 July 19
1
+ *render-markdown.txt* For 0.10.0 Last change: 2024 July 22
2
2
3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
@@ -96,13 +96,12 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
96
96
>lua
97
97
{
98
98
'MeanderingProgrammer/markdown.nvim',
99
+ main = "render-markdown",
100
+ opts = {},
99
101
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
100
102
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
101
103
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
102
104
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
103
- config = function()
104
- require('render-markdown').setup({})
105
- end,
106
105
}
107
106
<
108
107
You can’t perform that action at this time.
0 commit comments