Skip to content

Commit

Permalink
vimPlugins.diffview-nvim: init at 2021-05-06
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz authored and Jonathan Ringer committed May 8, 2021
1 parent 44decf4 commit 5a4cec0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,18 @@ let
meta.homepage = "https://github.com/nvim-lua/diagnostic-nvim/";
};

diffview-nvim = buildVimPluginFrom2Nix {
pname = "diffview-nvim";
version = "2021-05-06";
src = fetchFromGitHub {
owner = "sindrets";
repo = "diffview.nvim";
rev = "dac6553c175937e8f9b795e1fb4fea9fa7caf555";
sha256 = "0p0h1rqzg3gxbwr3d0n2al8lxv307dmfvanvcgiaq3md7xhfm4gf";
};
meta.homepage = "https://github.com/sindrets/diffview.nvim/";
};

direnv-vim = buildVimPluginFrom2Nix {
pname = "direnv-vim";
version = "2020-11-20";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/misc/vim-plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ self: super: {
libiconv
];

cargoSha256 = "1c8bwvwd23d7c3bk1ky1i8xgfz10dr8nqqcvp20g8rldjl8p2r08";
cargoSha256 = "sha256-Jy8ThtcdPV4fMGcQbJJnibwb3o5iEHNn54831OI9adc=";
};
in
''
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ sickill/vim-pasta
SidOfc/mkdx
simnalamburt/vim-mundo
simrat39/rust-tools.nvim
sindrets/diffview.nvim@main
SirVer/ultisnips
sjl/gundo.vim
sjl/splice.vim
Expand Down

0 comments on commit 5a4cec0

Please sign in to comment.