From 073ffe76aaa7c65294d5133aec97f28314cde8a4 Mon Sep 17 00:00:00 2001 From: "\"Gaetan Lepage\"" <"gaetan@glepage.com"> Date: Mon, 27 May 2024 12:03:22 +0200 Subject: [PATCH] vimPlugins: resolve github repository redirects --- .../editors/vim/plugins/deprecated.json | 6 ++--- .../editors/vim/plugins/generated.nix | 22 +++++++++---------- .../editors/vim/plugins/vim-plugin-names | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index cac73390ae16..afe840b06b5e 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -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": { diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 91ff6e9e3c22..b2f677726e30 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 0db89a9fa3d2..8fd72a91a17b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,