vim-fireplace: init at 2018-06-01 (#45725)
This commit is contained in:
parent
e4881e221b
commit
d8238b66c1
@ -2762,6 +2762,17 @@ self = rec {
|
||||
|
||||
};
|
||||
|
||||
vim-fireplace = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-fireplace-2018-06-01";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/tpope/vim-fireplace";
|
||||
rev = "1ef0f0726cadd96547a5f79103b66339f170da02";
|
||||
sha256 = "0ihhd34bl98xssa602386ji013pjj6xnkgww3y2wg73sx2nk6qc4";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-flagship = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-flagship-2018-07-24";
|
||||
src = fetchgit {
|
||||
|
@ -233,6 +233,7 @@
|
||||
"github:tpope/vim-commentary"
|
||||
"github:tpope/vim-dispatch"
|
||||
"github:tpope/vim-eunuch"
|
||||
"github:tpope/vim-fireplace"
|
||||
"github:tpope/vim-flagship"
|
||||
"github:tpope/vim-fugitive"
|
||||
"github:tpope/vim-pathogen"
|
||||
|
Loading…
Reference in New Issue
Block a user