Skip to content

Commit

Permalink
vimPlugins: resolve github repository redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jfvillablanca authored and teto committed Oct 17, 2023
1 parent a431eef commit 047c7d5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
};
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 047c7d5

Please sign in to comment.