Skip to content

Commit 3568c3c

Browse files
authored
refactor(render-markdown): rename markdown.nvim to new name render-ma… (#620)
## Description Rename markdown.nvim to new name render-markdown.nvim - MeanderingProgrammer/render-markdown.nvim@aeb5cec
1 parent b329f4f commit 3568c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/tokyonight/groups/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ M.plugins = {
2222
["lazy.nvim"] = "lazy",
2323
["leap.nvim"] = "leap",
2424
["lspsaga.nvim"] = "lspsaga",
25-
["markdown.nvim"] = "markdown",
2625
["mini.animate"] = "mini_animate",
2726
["mini.clue"] = "mini_clue",
2827
["mini.completion"] = "mini_completion",
@@ -57,6 +56,7 @@ M.plugins = {
5756
["nvim-treesitter-context"] = "treesitter-context",
5857
["octo.nvim"] = "octo",
5958
["rainbow-delimiters.nvim"] = "rainbow",
59+
["render-markdown.nvim"] = "render-markdown",
6060
["telescope.nvim"] = "telescope",
6161
["trouble.nvim"] = "trouble",
6262
["vim-gitgutter"] = "gitgutter",

lua/tokyonight/groups/markdown.lua lua/tokyonight/groups/render-markdown.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local Util = require("tokyonight.util")
22

33
local M = {}
44

5-
M.url = "https://github.com/MeanderingProgrammer/markdown.nvim"
5+
M.url = "https://github.com/MeanderingProgrammer/render-markdown.nvim"
66

77
---@type tokyonight.HighlightsFn
88
function M.get(c, opts)

0 commit comments

Comments
 (0)