Skip to content

Commit

Permalink
refactor(render-markdown): rename markdown.nvim to new name render-ma… (
Browse files Browse the repository at this point in the history
#620)

## Description

Rename markdown.nvim to new name render-markdown.nvim

-
MeanderingProgrammer/render-markdown.nvim@aeb5cec
  • Loading branch information
tigion authored Aug 31, 2024
1 parent b329f4f commit 3568c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/tokyonight/groups/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ M.plugins = {
["lazy.nvim"] = "lazy",
["leap.nvim"] = "leap",
["lspsaga.nvim"] = "lspsaga",
["markdown.nvim"] = "markdown",
["mini.animate"] = "mini_animate",
["mini.clue"] = "mini_clue",
["mini.completion"] = "mini_completion",
Expand Down Expand Up @@ -57,6 +56,7 @@ M.plugins = {
["nvim-treesitter-context"] = "treesitter-context",
["octo.nvim"] = "octo",
["rainbow-delimiters.nvim"] = "rainbow",
["render-markdown.nvim"] = "render-markdown",
["telescope.nvim"] = "telescope",
["trouble.nvim"] = "trouble",
["vim-gitgutter"] = "gitgutter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local Util = require("tokyonight.util")

local M = {}

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

---@type tokyonight.HighlightsFn
function M.get(c, opts)
Expand Down

0 comments on commit 3568c3c

Please sign in to comment.