Skip to content

Commit

Permalink
vimPlugins.render-markdown-nvim: fix naming
Browse files Browse the repository at this point in the history
Vim plugin was migrated to new name,
but generated plugins list maintained old name.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
  • Loading branch information
siriobalmelli committed Sep 23, 2024
1 parent dd17b90 commit 355b263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18432,8 +18432,8 @@ final: prev:
meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/";
};

render-markdown = buildVimPlugin {
pname = "render-markdown";
render-markdown-nvim = buildVimPlugin {
pname = "render-markdown-nvim";
version = "2024-09-15";
src = fetchFromGitHub {
owner = "MeanderingProgrammer";
Expand Down

0 comments on commit 355b263

Please sign in to comment.