vimPlugins.vimade: init at 2021-04-07
This commit is contained in:
parent
136920798a
commit
753f0731e8
|
@ -8598,6 +8598,18 @@ let
|
||||||
meta.homepage = "https://github.com/andrep/vimacs/";
|
meta.homepage = "https://github.com/andrep/vimacs/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vimade = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vimade";
|
||||||
|
version = "2021-04-07";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "TaDaa";
|
||||||
|
repo = "vimade";
|
||||||
|
rev = "9b9254340e39dab3dad64c05b10af0fd85490b71";
|
||||||
|
sha256 = "0sbk9lf5w136lwl3ca866m594993s23zad5ss4whzm9j0qknihl3";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/TaDaa/vimade/";
|
||||||
|
};
|
||||||
|
|
||||||
vimagit = buildVimPluginFrom2Nix {
|
vimagit = buildVimPluginFrom2Nix {
|
||||||
pname = "vimagit";
|
pname = "vimagit";
|
||||||
version = "2020-11-18";
|
version = "2020-11-18";
|
||||||
|
|
|
@ -580,6 +580,7 @@ sunaku/vim-dasht
|
||||||
svermeulen/vim-subversive
|
svermeulen/vim-subversive
|
||||||
t9md/vim-choosewin
|
t9md/vim-choosewin
|
||||||
t9md/vim-smalls
|
t9md/vim-smalls
|
||||||
|
TaDaa/vimade
|
||||||
takac/vim-hardtime
|
takac/vim-hardtime
|
||||||
tami5/compe-conjure
|
tami5/compe-conjure
|
||||||
tami5/lispdocs.nvim
|
tami5/lispdocs.nvim
|
||||||
|
|
Loading…
Reference in New Issue