mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
vimPlugins.vim-nixhash: init at 2022-02-06
This commit is contained in:
parent
32d2af12f2
commit
8cec3cc29e
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue