vimPlugins: resolve github repository redirects

This commit is contained in:
Gaetan Lepage 2024-03-01 14:09:05 +01:00
parent d8049da13d
commit 5be697cfb0
2 changed files with 13 additions and 13 deletions

View File

@ -15300,6 +15300,18 @@ final: prev:
meta.homepage = "https://github.com/machakann/vim-swap/";
};
vim-tabby = buildVimPlugin {
pname = "vim-tabby";
version = "2024-02-01";
src = fetchFromGitHub {
owner = "TabbyML";
repo = "vim-tabby";
rev = "0b62bc2ed5c7d930c7435c3504d5c18ea6379b28";
sha256 = "06crxhvwz04s6sfj0q22kkp3g5zvip13088m95qwznw9bv2gpx3s";
};
meta.homepage = "https://github.com/TabbyML/vim-tabby/";
};
vim-table-mode = buildVimPlugin {
pname = "vim-table-mode";
version = "2023-10-29";
@ -16623,18 +16635,6 @@ final: prev:
meta.homepage = "https://github.com/nanotee/zoxide.vim/";
};
vim-tabby = buildVimPlugin {
pname = "vim-tabby";
version = "2024-02-01";
src = fetchFromGitHub {
owner = "TabbyML";
repo = "vim-tabby";
rev = "0b62bc2ed5c7d930c7435c3504d5c18ea6379b28";
sha256 = "06crxhvwz04s6sfj0q22kkp3g5zvip13088m95qwznw9bv2gpx3s";
};
meta.homepage = "https://github.com/TabbyML/vim-tabby/";
};
catppuccin-nvim = buildVimPlugin {
pname = "catppuccin-nvim";
version = "2024-02-24";

View File

@ -1290,6 +1290,7 @@ https://github.com/svermeulen/vim-subversive/,,
https://github.com/tpope/vim-surround/,,
https://github.com/evanleck/vim-svelte/,,
https://github.com/machakann/vim-swap/,,
https://github.com/TabbyML/vim-tabby/,HEAD,
https://github.com/dhruvasagar/vim-table-mode/,,
https://github.com/kana/vim-tabpagecd/,,
https://github.com/tpope/vim-tbone/,,
@ -1401,4 +1402,3 @@ https://github.com/ziglang/zig.vim/,,
https://github.com/mickael-menu/zk-nvim/,HEAD,
https://github.com/troydm/zoomwintab.vim/,,
https://github.com/nanotee/zoxide.vim/,,
https://github.com/TabbyML/vim-tabby/,HEAD,