File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 35
35
env :
36
36
LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
37
37
with :
38
+ name : markdown.nvim
38
39
version : ${{ env.LUAROCKS_VERSION }}
39
40
dependencies : |
40
41
tree-sitter-markdown
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ medium.md
5
5
large.md
6
6
test.md
7
7
test.log
8
+ /temp /
Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ if vim.g.loaded_render_markdown then
3
3
end
4
4
vim .g .loaded_render_markdown = true
5
5
6
+ vim .notify (
7
+ [[
8
+ The markdown.nvim package has been renamed and receives no updates under the old name
9
+ Migrate to the new LuaRock render-markdown.nvim: https://luarocks.org/modules/MeanderingProgrammer/render-markdown.nvim
10
+ If you use rocks.nvim this can be done by running the following two commands:
11
+ :Rocks prune markdown.nvim
12
+ :Rocks install render-markdown.nvim
13
+ ]] ,
14
+ vim .log .levels .WARN
15
+ )
16
+
6
17
require (' render-markdown' ).setup ({})
7
18
require (' render-markdown.colors' ).setup ()
8
19
require (' render-markdown.manager' ).setup ()
You can’t perform that action at this time.
0 commit comments