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/";
|
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 {
|
ShowMultiBase = buildVimPluginFrom2Nix {
|
||||||
pname = "ShowMultiBase";
|
pname = "ShowMultiBase";
|
||||||
version = "2010-10-18";
|
version = "2010-10-18";
|
||||||
|
@ -596,6 +596,7 @@ steelsojka/completion-buffers
|
|||||||
stefandtw/quickfix-reflector.vim
|
stefandtw/quickfix-reflector.vim
|
||||||
stephpy/vim-yaml
|
stephpy/vim-yaml
|
||||||
sunaku/vim-dasht
|
sunaku/vim-dasht
|
||||||
|
sunjon/Shade.nvim
|
||||||
svermeulen/vim-subversive
|
svermeulen/vim-subversive
|
||||||
t9md/vim-choosewin
|
t9md/vim-choosewin
|
||||||
t9md/vim-smalls
|
t9md/vim-smalls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user