File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ M.plugins = {
22
22
[" lazy.nvim" ] = " lazy" ,
23
23
[" leap.nvim" ] = " leap" ,
24
24
[" lspsaga.nvim" ] = " lspsaga" ,
25
- [" markdown.nvim" ] = " markdown" ,
26
25
[" mini.animate" ] = " mini_animate" ,
27
26
[" mini.clue" ] = " mini_clue" ,
28
27
[" mini.completion" ] = " mini_completion" ,
@@ -57,6 +56,7 @@ M.plugins = {
57
56
[" nvim-treesitter-context" ] = " treesitter-context" ,
58
57
[" octo.nvim" ] = " octo" ,
59
58
[" rainbow-delimiters.nvim" ] = " rainbow" ,
59
+ [" render-markdown.nvim" ] = " render-markdown" ,
60
60
[" telescope.nvim" ] = " telescope" ,
61
61
[" trouble.nvim" ] = " trouble" ,
62
62
[" vim-gitgutter" ] = " gitgutter" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ local Util = require("tokyonight.util")
2
2
3
3
local M = {}
4
4
5
- M .url = " https://github.com/MeanderingProgrammer/markdown.nvim"
5
+ M .url = " https://github.com/MeanderingProgrammer/render- markdown.nvim"
6
6
7
7
--- @type tokyonight.HighlightsFn
8
8
function M .get (c , opts )
You can’t perform that action at this time.
0 commit comments