vimPlugins.vim-nixhash: init at 2022-02-06

This commit is contained in:
Guillaume Girol 2022-02-07 21:51:52 +01:00 committed by Jonathan Ringer
parent 32d2af12f2
commit 8cec3cc29e
2 changed files with 13 additions and 0 deletions

View File

@ -9560,6 +9560,18 @@ final: prev:
meta.homepage = "https://github.com/LnL7/vim-nix/";
};
vim-nixhash = buildVimPluginFrom2Nix {
pname = "vim-nixhash";
version = "2022-02-06";
src = fetchFromGitHub {
owner = "symphorien";
repo = "vim-nixhash";
rev = "d6e3c5161ef2e3fbc4a4b68a785d958d97e25b7e";
sha256 = "1mrprl6mqapjzcya643nzvwaf01r38knjg9xnfbpvlidfq38d3cw";
};
meta.homepage = "https://github.com/symphorien/vim-nixhash/";
};
vim-noctu = buildVimPluginFrom2Nix {
pname = "vim-noctu";
version = "2015-06-27";

View File

@ -772,6 +772,7 @@ sudormrfbin/cheatsheet.nvim
sunaku/vim-dasht
sunjon/Shade.nvim
svermeulen/vim-subversive
symphorien/vim-nixhash
t9md/vim-choosewin
t9md/vim-smalls
TaDaa/vimade