mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
vimPlugins: resolve github repository redirects
This commit is contained in:
parent
a431eef36f
commit
047c7d50fc
@ -5999,12 +5999,12 @@ final: prev:
|
|||||||
|
|
||||||
neogit = buildVimPlugin {
|
neogit = buildVimPlugin {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2023-10-10";
|
version = "2023-10-11";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NeogitOrg";
|
owner = "NeogitOrg";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "76182ae5c6501b6238a7cd9971e3a607c7122cd7";
|
rev = "d3fbf8b48f4f8bc406eb23f8b06eb912776f8cb0";
|
||||||
sha256 = "1bq3djhagli58gmjwv7qbr14rflk0m967rrwbz0376l9sxd5yf87";
|
sha256 = "0czznf4n24aaw0l45qy7dlb4sx2c3gmdb2q4z3wqmw7525n2lik6";
|
||||||
};
|
};
|
||||||
meta.homepage = "https://github.com/NeogitOrg/neogit/";
|
meta.homepage = "https://github.com/NeogitOrg/neogit/";
|
||||||
};
|
};
|
||||||
@ -10303,6 +10303,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/folke/twilight.nvim/";
|
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 {
|
typescript-vim = buildVimPlugin {
|
||||||
pname = "typescript-vim";
|
pname = "typescript-vim";
|
||||||
version = "2023-10-08";
|
version = "2023-10-08";
|
||||||
@ -15973,18 +15985,6 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
|
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 {
|
catppuccin-nvim = buildVimPlugin {
|
||||||
pname = "catppuccin-nvim";
|
pname = "catppuccin-nvim";
|
||||||
version = "2023-10-05";
|
version = "2023-10-05";
|
||||||
|
@ -1246,6 +1246,10 @@ self: super: {
|
|||||||
meta.maintainers = with lib.maintainers; [enderger];
|
meta.maintainers = with lib.maintainers; [enderger];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typescript-tools-nvim = super.typescript-tools-nvim.overrideAttrs {
|
||||||
|
dependencies = with self; [ nvim-lspconfig plenary-nvim ];
|
||||||
|
};
|
||||||
|
|
||||||
unicode-vim =
|
unicode-vim =
|
||||||
let
|
let
|
||||||
unicode-data = fetchurl {
|
unicode-data = fetchurl {
|
||||||
|
@ -864,6 +864,7 @@ https://github.com/Pocco81/true-zen.nvim/,,
|
|||||||
https://github.com/jgdavey/tslime.vim/,,
|
https://github.com/jgdavey/tslime.vim/,,
|
||||||
https://github.com/Quramy/tsuquyomi/,,
|
https://github.com/Quramy/tsuquyomi/,,
|
||||||
https://github.com/folke/twilight.nvim/,,
|
https://github.com/folke/twilight.nvim/,,
|
||||||
|
https://github.com/pmizio/typescript-tools.nvim/,,
|
||||||
https://github.com/leafgarland/typescript-vim/,,
|
https://github.com/leafgarland/typescript-vim/,,
|
||||||
https://github.com/jose-elias-alvarez/typescript.nvim/,,
|
https://github.com/jose-elias-alvarez/typescript.nvim/,,
|
||||||
https://github.com/kaarmu/typst.vim/,HEAD,
|
https://github.com/kaarmu/typst.vim/,HEAD,
|
||||||
|
Loading…
Reference in New Issue
Block a user