vimPlugins.render-markdown: rename to render-markdown.nvim (#340286)

Changed files
+7 -3
pkgs
applications
+4
pkgs/applications/editors/vim/plugins/deprecated.json
···
"date": "2021-11-28",
"new": "orgmode"
},
+
"render-markdown": {
+
"date": "2024-09-16",
+
"new": "render-markdown-nvim"
+
},
"sql-nvim": {
"date": "2021-09-03",
"new": "sqlite-lua"
+2 -2
pkgs/applications/editors/vim/plugins/generated.nix
···
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-09";
src = fetchFromGitHub {
owner = "MeanderingProgrammer";
+1 -1
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
https://github.com/tversteeg/registers.nvim/,,
https://github.com/vladdoster/remember.nvim/,,
https://github.com/filipdutescu/renamer.nvim/,,
-
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,render-markdown
+
https://github.com/MeanderingProgrammer/render-markdown.nvim/,,
https://github.com/gabrielpoca/replacer.nvim/,HEAD,
https://github.com/NTBBloodbath/rest.nvim/,,
https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim