vimPlugins: resolve github repository redirects

This commit is contained in:
aktaboot 2023-05-08 11:13:59 +02:00
parent 050ae0b8c3
commit d1c650ffce
2 changed files with 13 additions and 12 deletions

View File

@ -11383,6 +11383,18 @@ final: prev:
meta.homepage = "https://github.com/Twinside/vim-hoogle/";
};
vim-horizon = buildVimPluginFrom2Nix {
pname = "vim-horizon";
version = "2023-03-17";
src = fetchFromGitHub {
owner = "ntk148v";
repo = "vim-horizon";
rev = "3864f6281b0b852712d8e9ef86edde512f94c1d2";
sha256 = "152v4x7sj3nidj0710ick0p7xh020cjvhd8bjd28vfqd8xlv2nqw";
};
meta.homepage = "https://github.com/ntk148v/vim-horizon/";
};
vim-html-template-literals = buildVimPluginFrom2Nix {
pname = "vim-html-template-literals";
version = "2021-06-03";
@ -14652,18 +14664,6 @@ final: prev:
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
};
vim-horizon = buildVimPluginFrom2Nix {
pname = "vim-horizon";
version = "2023-03-17";
src = fetchFromGitHub {
owner = "ntk148v";
repo = "vim-horizon";
rev = "3864f6281b0b852712d8e9ef86edde512f94c1d2";
sha256 = "152v4x7sj3nidj0710ick0p7xh020cjvhd8bjd28vfqd8xlv2nqw";
};
meta.homepage = "https://github.com/ntk148v/vim-horizon/";
};
catppuccin-nvim = buildVimPluginFrom2Nix {
pname = "catppuccin-nvim";
version = "2023-05-07";

View File

@ -957,6 +957,7 @@ https://github.com/machakann/vim-highlightedyank/,,
https://github.com/alx741/vim-hindent/,,
https://github.com/GEverding/vim-hocon/,,
https://github.com/Twinside/vim-hoogle/,,
https://github.com/ntk148v/vim-horizon/,,
https://github.com/jonsmithers/vim-html-template-literals/,,
https://github.com/vim-utils/vim-husk/,,
https://github.com/w0ng/vim-hybrid/,,