Skip to content

Commit

Permalink
vimPlugins.gina-vim: fix by renaming to vim-gina
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Sep 12, 2024
1 parent 616103b commit 5475c70
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4247,18 +4247,6 @@ final: prev:
meta.homepage = "https://github.com/eagletmt/ghcmod-vim/";
};

gina-vim = buildVimPlugin {
pname = "gina.vim";
version = "2022-03-30";
src = fetchFromGitHub {
owner = "lambdalisue";
repo = "vim-gina";
rev = "ff6c2ddeca98f886b57fb42283c12e167d6ab575";
sha256 = "09jlnpix2dy6kggiz96mrm5l1f9x1gl5afpdmfrxgkighn2rwpzq";
};
meta.homepage = "https://github.com/lambdalisue/vim-gina/";
};

git-blame-nvim = buildVimPlugin {
pname = "git-blame.nvim";
version = "2024-07-28";
Expand Down Expand Up @@ -13697,6 +13685,18 @@ final: prev:
meta.homepage = "https://github.com/raghur/vim-ghost/";
};

vim-gina = buildVimPlugin {
pname = "vim-gina";
version = "2022-03-30";
src = fetchFromGitHub {
owner = "lambdalisue";
repo = "vim-gina";
rev = "ff6c2ddeca98f886b57fb42283c12e167d6ab575";
sha256 = "09jlnpix2dy6kggiz96mrm5l1f9x1gl5afpdmfrxgkighn2rwpzq";
};
meta.homepage = "https://github.com/lambdalisue/vim-gina/";
};

vim-gist = buildVimPlugin {
pname = "vim-gist";
version = "2022-10-09";
Expand Down

0 comments on commit 5475c70

Please sign in to comment.