vimPlugins.Shade-nvim: init at 2021-04-29

This commit is contained in:
fortuneteller2k 2021-05-11 09:25:08 +08:00 committed by Jonathan Ringer
parent 63872607cd
commit 28ed9e7f3c
2 changed files with 13 additions and 0 deletions

View File

@ -4127,6 +4127,18 @@ let
meta.homepage = "https://github.com/osyo-manga/shabadou.vim/";
};
Shade-nvim = buildVimPluginFrom2Nix {
pname = "Shade-nvim";
version = "2021-04-29";
src = fetchFromGitHub {
owner = "sunjon";
repo = "Shade.nvim";
rev = "0196387bba50b8d36cec99cd6483583ff2dedb42";
sha256 = "0831k71gm8rpl54x63v7mgp9i1fgxydp2wig3yyd98dc7z9d8f48";
};
meta.homepage = "https://github.com/sunjon/Shade.nvim/";
};
ShowMultiBase = buildVimPluginFrom2Nix {
pname = "ShowMultiBase";
version = "2010-10-18";

View File

@ -596,6 +596,7 @@ steelsojka/completion-buffers
stefandtw/quickfix-reflector.vim
stephpy/vim-yaml
sunaku/vim-dasht
sunjon/Shade.nvim
svermeulen/vim-subversive
t9md/vim-choosewin
t9md/vim-smalls