Merge pull request #29738 from Ma27/vim/init-xptemplate

vimPlugins.xptemplate: init at 2017-04-18
This commit is contained in:
Jörg Thalheim 2017-09-24 14:23:23 +01:00 committed by GitHub
commit 39befd8848
2 changed files with 12 additions and 0 deletions

View File

@ -652,6 +652,17 @@ rec {
};
xptemplate = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "xptemplate-2017-04-18";
src = fetchgit {
url = "https://github.com/drmingdrmer/xptemplate";
rev = "52d84e361e9da53c4309b0d96a1ab667c67b7f07";
sha256 = "195r5p4cyiip64zmgcih56c59gwm0irgid6cdrqc2y747gyxmf7m";
};
dependencies = [];
};
neco-ghc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-ghc-2017-07-22";
src = fetchgit {

View File

@ -45,6 +45,7 @@
"github:digitaltoad/vim-jade"
"github:dleonard0/pony-vim-syntax"
"github:dracula/vim"
"github:drmingdrmer/xptemplate"
"github:eagletmt/neco-ghc"
"github:editorconfig/editorconfig-vim"
"github:eikenb/acp"