vimPlugins: resolve github repository redirects
This commit is contained in:
parent
a431eef36f
commit
047c7d50fc
3 changed files with 20 additions and 15 deletions
|
@ -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";
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue