vimPlugins: resolve github repository redirects

This commit is contained in:
"Gaetan Lepage" 2024-05-27 12:03:22 +02:00 committed by Gaetan Lepage
parent f87c857d03
commit 073ffe76aa
3 changed files with 15 additions and 15 deletions

View File

@ -8,11 +8,11 @@
"new": "cmp-tmux"
},
"fern-vim": {
"date": "2024-05-25",
"date": "2024-05-27",
"new": "vim-fern"
},
"gina-vim": {
"date": "2024-05-25",
"date": "2024-05-27",
"new": "vim-gina"
},
"gist-vim": {
@ -60,7 +60,7 @@
"new": "vim-suda"
},
"vim-fsharp": {
"date": "2024-05-25",
"date": "2024-05-27",
"new": "zarchive-vim-fsharp"
},
"vim-jade": {

View File

@ -3,17 +3,6 @@
final: prev:
{
cmp-async-path = buildVimPlugin {
pname = "cmp-async-path";
version = "2024-03-25";
src = fetchgit {
url = "https://codeberg.org/FelipeLema/cmp-async-path/";
rev = "7df7f3721c45aac26b6e0474087538f4681c9c7a";
sha256 = "15k6q1hfv9bggzz8vh9pd5mz9vay2cr6xp7bb4iqhahsgyr9c99d";
};
meta.homepage = "https://codeberg.org/FelipeLema/cmp-async-path/";
};
BetterLua-vim = buildVimPlugin {
pname = "BetterLua.vim";
version = "2020-08-14";
@ -1576,6 +1565,17 @@ final: prev:
meta.homepage = "https://github.com/winston0410/cmd-parser.nvim/";
};
cmp-async-path = buildVimPlugin {
pname = "cmp-async-path";
version = "2024-03-25";
src = fetchgit {
url = "https://codeberg.org/FelipeLema/cmp-async-path/";
rev = "7df7f3721c45aac26b6e0474087538f4681c9c7a";
sha256 = "15k6q1hfv9bggzz8vh9pd5mz9vay2cr6xp7bb4iqhahsgyr9c99d";
};
meta.homepage = "https://codeberg.org/FelipeLema/cmp-async-path/";
};
cmp-beancount = buildVimPlugin {
pname = "cmp-beancount";
version = "2024-04-01";

View File

@ -1,5 +1,4 @@
repo,branch,alias
https://codeberg.org/FelipeLema/cmp-async-path/,,
https://github.com/euclidianAce/BetterLua.vim/,,
https://github.com/vim-scripts/BufOnly.vim/,,
https://github.com/jackMort/ChatGPT.nvim/,HEAD,
@ -131,6 +130,7 @@ https://github.com/laytan/cloak.nvim/,HEAD,
https://github.com/asheq/close-buffers.vim/,HEAD,
https://github.com/Civitasv/cmake-tools.nvim/,,
https://github.com/winston0410/cmd-parser.nvim/,,
https://codeberg.org/FelipeLema/cmp-async-path/,,
https://github.com/crispgm/cmp-beancount/,HEAD,
https://github.com/hrsh7th/cmp-buffer/,,
https://github.com/hrsh7th/cmp-calc/,,