Skip to content

Commit 5e4e331

Browse files
Update vimdoc, remove trailing slash based on other plugin docs
1 parent 13b7de5 commit 5e4e331

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Plugin to improve viewing Markdown files in Neovim
6666
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
6767
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
6868
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
69-
},
69+
}
7070
```
7171

7272
## packer.nvim

doc/render-markdown.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*
@@ -96,13 +96,12 @@ LAZY.NVIM *render-markdown-install-lazy.nvim*
9696
>lua
9797
{
9898
'MeanderingProgrammer/markdown.nvim',
99+
main = "render-markdown",
100+
opts = {},
99101
name = 'render-markdown', -- Only needed if you have another plugin named markdown.nvim
100102
dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.nvim' }, -- if you use the mini.nvim suite
101103
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'echasnovski/mini.icons' }, -- if you use standalone mini plugins
102104
-- 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,
106105
}
107106
<
108107

0 commit comments

Comments
 (0)