vimPlugins: resolve github repository redirects

This commit is contained in:
"jfvillablanca" 2023-05-05 08:18:41 +08:00
parent 4ac4088844
commit 1f6fc08d4c
2 changed files with 13 additions and 12 deletions

View File

@ -4221,6 +4221,18 @@ final: prev:
meta.homepage = "https://github.com/anuvyklack/keymap-layer.nvim/";
};
kmonad-vim = buildVimPluginFrom2Nix {
pname = "kmonad-vim";
version = "2022-03-20";
src = fetchFromGitHub {
owner = "kmonad";
repo = "kmonad-vim";
rev = "37978445197ab00edeb5b731e9ca90c2b141723f";
sha256 = "13p3i0b8azkmhafyv8hc4hav1pmgqg52xzvk2a3gp3ppqqx9bwpc";
};
meta.homepage = "https://github.com/kmonad/kmonad-vim/";
};
kommentary = buildVimPluginFrom2Nix {
pname = "kommentary";
version = "2023-01-06";
@ -14628,18 +14640,6 @@ final: prev:
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
};
kmonad-vim = buildVimPluginFrom2Nix {
pname = "kmonad-vim";
version = "2022-03-20";
src = fetchFromGitHub {
owner = "kmonad";
repo = "kmonad-vim";
rev = "37978445197ab00edeb5b731e9ca90c2b141723f";
sha256 = "13p3i0b8azkmhafyv8hc4hav1pmgqg52xzvk2a3gp3ppqqx9bwpc";
};
meta.homepage = "https://github.com/kmonad/kmonad-vim/";
};
catppuccin-nvim = buildVimPluginFrom2Nix {
pname = "catppuccin-nvim";
version = "2023-05-03";

View File

@ -353,6 +353,7 @@ https://github.com/neoclide/jsonc.vim/,,
https://github.com/JuliaEditorSupport/julia-vim/,,
https://github.com/rebelot/kanagawa.nvim/,,
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,
https://github.com/kmonad/kmonad-vim/,,
https://github.com/b3nj5m1n/kommentary/,,
https://github.com/udalov/kotlin-vim/,,
https://github.com/qnighy/lalrpop.vim/,,