vimPlugins: resolve github repository redirects

This commit is contained in:
"hafflationist"
2023-06-05 21:31:28 +02:00
parent aae1c913c8
commit 1d72634c0a
2 changed files with 13 additions and 12 deletions
@@ -6777,6 +6777,18 @@ final: prev:
meta.homepage = "https://github.com/gpanders/nvim-moonwalk/";
};
nvim-navbuddy = buildVimPluginFrom2Nix {
pname = "nvim-navbuddy";
version = "2023-05-28";
src = fetchFromGitHub {
owner = "SmiteshP";
repo = "nvim-navbuddy";
rev = "0db1d62761131ca4d0665423b3f7903532763a77";
sha256 = "03dn2cl5q7ijhhh8qjbb7nijy04bijpwp8h243ysmzz2wwkgck8w";
};
meta.homepage = "https://github.com/SmiteshP/nvim-navbuddy/";
};
nvim-navic = buildVimPluginFrom2Nix {
pname = "nvim-navic";
version = "2023-05-09";
@@ -15012,18 +15024,6 @@ final: prev:
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
};
nvim-navbuddy = buildVimPluginFrom2Nix {
pname = "nvim-navbuddy";
version = "2023-05-28";
src = fetchFromGitHub {
owner = "SmiteshP";
repo = "nvim-navbuddy";
rev = "0db1d62761131ca4d0665423b3f7903532763a77";
sha256 = "03dn2cl5q7ijhhh8qjbb7nijy04bijpwp8h243ysmzz2wwkgck8w";
};
meta.homepage = "https://github.com/SmiteshP/nvim-navbuddy/";
};
catppuccin-nvim = buildVimPluginFrom2Nix {
pname = "catppuccin-nvim";
version = "2023-06-05";
@@ -571,6 +571,7 @@ https://github.com/bfredl/nvim-luadev/,HEAD,
https://github.com/rafcamlet/nvim-luapad/,,
https://github.com/scalameta/nvim-metals/,,
https://github.com/gpanders/nvim-moonwalk/,,
https://github.com/SmiteshP/nvim-navbuddy/,,
https://github.com/smiteshp/nvim-navic/,HEAD,
https://github.com/AckslD/nvim-neoclip.lua/,,
https://github.com/yamatsum/nvim-nonicons/,,