mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
vimPlugins.Shade-nvim: init at 2021-04-29
This commit is contained in:
parent
63872607cd
commit
28ed9e7f3c
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue