vimPlugins: resolve github repository redirects

This commit is contained in:
jfvillablanca 2023-10-11 18:14:56 +08:00 committed by Matthieu Coudron
parent a431eef36f
commit 047c7d50fc
3 changed files with 20 additions and 15 deletions

View file

@ -5999,12 +5999,12 @@ final: prev:
neogit = buildVimPlugin {
pname = "neogit";
version = "2023-10-10";
version = "2023-10-11";
src = fetchFromGitHub {
owner = "NeogitOrg";
repo = "neogit";
rev = "76182ae5c6501b6238a7cd9971e3a607c7122cd7";
sha256 = "1bq3djhagli58gmjwv7qbr14rflk0m967rrwbz0376l9sxd5yf87";
rev = "d3fbf8b48f4f8bc406eb23f8b06eb912776f8cb0";
sha256 = "0czznf4n24aaw0l45qy7dlb4sx2c3gmdb2q4z3wqmw7525n2lik6";
};
meta.homepage = "https://github.com/NeogitOrg/neogit/";
};
@ -10303,6 +10303,18 @@ final: prev:
meta.homepage = "https://github.com/folke/twilight.nvim/";
};
typescript-tools-nvim = buildVimPlugin {
pname = "typescript-tools.nvim";
version = "2023-10-04";
src = fetchFromGitHub {
owner = "pmizio";
repo = "typescript-tools.nvim";
rev = "ebddb35900bbf5fa41fffa0463b676bf08e474e6";
sha256 = "13npmhilg10hrhlbywxc9y1cxz4mmgch8m80jffshrfw7q14nbal";
};
meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/";
};
typescript-vim = buildVimPlugin {
pname = "typescript-vim";
version = "2023-10-08";
@ -15973,18 +15985,6 @@ final: prev:
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
};
typescript-tools-nvim = buildVimPlugin {
pname = "typescript-tools.nvim";
version = "2023-10-04";
src = fetchFromGitHub {
owner = "pmizio";
repo = "typescript-tools.nvim";
rev = "ebddb35900bbf5fa41fffa0463b676bf08e474e6";
sha256 = "13npmhilg10hrhlbywxc9y1cxz4mmgch8m80jffshrfw7q14nbal";
};
meta.homepage = "https://github.com/pmizio/typescript-tools.nvim/";
};
catppuccin-nvim = buildVimPlugin {
pname = "catppuccin-nvim";
version = "2023-10-05";

View file

@ -1246,6 +1246,10 @@ self: super: {
meta.maintainers = with lib.maintainers; [enderger];
};
typescript-tools-nvim = super.typescript-tools-nvim.overrideAttrs {
dependencies = with self; [ nvim-lspconfig plenary-nvim ];
};
unicode-vim =
let
unicode-data = fetchurl {

View file

@ -864,6 +864,7 @@ https://github.com/Pocco81/true-zen.nvim/,,
https://github.com/jgdavey/tslime.vim/,,
https://github.com/Quramy/tsuquyomi/,,
https://github.com/folke/twilight.nvim/,,
https://github.com/pmizio/typescript-tools.nvim/,,
https://github.com/leafgarland/typescript-vim/,,
https://github.com/jose-elias-alvarez/typescript.nvim/,,
https://github.com/kaarmu/typst.vim/,HEAD,