vim-fireplace: init at 2018-06-01 (#45725)

This commit is contained in:
Johannes Lötzsch 2018-08-29 11:28:34 +02:00 committed by xeji
parent e4881e221b
commit d8238b66c1
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -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"