vimPlugins: Init vim-closetag

This commit is contained in:
Marc Scholten 2016-05-15 16:58:46 +02:00
parent 5ebf20db0f
commit f3a912a0d5
No known key found for this signature in database
GPG key ID: C703A7105A563607
2 changed files with 12 additions and 0 deletions

View file

@ -1742,4 +1742,15 @@ rec {
dependencies = [];
};
vim-closetag = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-closetag-2016-04-21";
src = fetchgit {
url = "git://github.com/alvan/vim-closetag";
rev = "26e41a5b0c3752d5300506a49120d9dff19d8323";
sha256 = "0c8x25hb912jmhf5jpfll08937wr2yls28i9divldm9jkmxvcx2k";
};
dependencies = [];
};
}

View file

@ -136,3 +136,4 @@
"vimwiki"
"vinegar"
"vundle"
"github:alvan/vim-closetag"