vimPlugins.xptemplate: init at 2017-04-18

This commit is contained in:
Maximilian Bosch 2017-09-24 13:51:20 +02:00
parent ffe34944ec
commit 0a5d4ca5a8
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
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"