Skip to content

Commit

Permalink
vimPlugins.git-conflict-nvim: 2024-12-27 -> 2.1.0 (#375221)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 20, 2025
2 parents a4f3f6c + fd39cdb commit 99e0129
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,18 @@ in
dependencies = [ self.plenary-nvim ];
};

git-conflict-nvim = super.git-conflict-nvim.overrideAttrs {
# TODO: Remove after next fixed version
# https://github.com/akinsho/git-conflict.nvim/issues/103
version = "2.1.0";
src = fetchFromGitHub {
owner = "akinsho";
repo = "git-conflict.nvim";
tag = "v2.1.0";
hash = "sha256-1t0kKxTGLuOvuRkoLgkoqMZpF+oKo8+gMsTdgPsSb+8=";
};
};

minimap-vim = super.minimap-vim.overrideAttrs {
preFixup = ''
substituteInPlace $out/plugin/minimap.vim \
Expand Down

0 comments on commit 99e0129

Please sign in to comment.