mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
vimPlugins.xptemplate: init at 2017-04-18
This commit is contained in:
parent
ffe34944ec
commit
0a5d4ca5a8
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user