3
3
==============================================================================
4
4
Table of Contents *render-markdown-table-of-contents*
5
5
6
- 1. markdown.nvim | render-markdown-markdown.nvim |
6
+ 1. render- markdown.nvim | render-markdown-render -markdown.nvim |
7
7
2. Features | render-markdown-features |
8
8
3. Requirements | render-markdown-requirements |
9
9
4. Install | render-markdown-install |
@@ -30,7 +30,7 @@ Table of Contents *render-markdown-table-of-contents*
30
30
- Additional | render-markdown-info-additional |
31
31
32
32
==============================================================================
33
- 1. markdown.nvim *render-markdown-markdown.nvim*
33
+ 1. render- markdown.nvim *render-markdown-render -markdown.nvim*
34
34
35
35
Plugin to improve viewing Markdown files in Neovim
36
36
@@ -90,10 +90,8 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
90
90
91
91
>lua
92
92
{
93
- 'MeanderingProgrammer/markdown.nvim',
94
- main = "render-markdown",
93
+ 'MeanderingProgrammer/render-markdown.nvim',
95
94
opts = {},
96
- name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
97
95
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
98
96
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
99
97
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
@@ -106,6 +104,8 @@ ROCKS.NVIM *render-markdown-install-rocks.nvim*
106
104
This plugin is available on LuaRocks
107
105
<https://luarocks.org/modules/MeanderingProgrammer/markdown.nvim >
108
106
107
+ - TODO: Publish this under both packages?
108
+
109
109
>vim
110
110
:Rocks install markdown.nvim
111
111
<
@@ -115,8 +115,7 @@ PACKER.NVIM *render-markdown-install-packer.nvim*
115
115
116
116
>lua
117
117
use({
118
- 'MeanderingProgrammer/markdown.nvim',
119
- as = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
118
+ 'MeanderingProgrammer/render-markdown.nvim',
120
119
after = { 'nvim-treesitter' },
121
120
requires = { 'echasnovski/mini.nvim', opt = true }, -- if you use the mini.nvim suite
122
121
-- requires = { 'echasnovski/mini.icons', opt = true }, -- if you use standalone mini plugins
@@ -932,8 +931,7 @@ OBSIDIAN.NVIM *render-markdown-info-obsidian.nvim*
932
931
things like this can break at any time given the reliance on internal logic:
933
932
>lua
934
933
return {
935
- 'MeanderingProgrammer/markdown.nvim',
936
- name = 'render-markdown',
934
+ 'MeanderingProgrammer/render-markdown.nvim',
937
935
cmd = { 'RenderMarkdown' },
938
936
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' },
939
937
config = function()
0 commit comments