vim-plugins/editorconfig-vim: init at a459b8

This commit is contained in:
Jaka Hudoklin 2016-10-23 17:27:32 +02:00
parent 3ba12b3333
commit 48c94846c9
2 changed files with 12 additions and 0 deletions

View File

@ -2049,4 +2049,15 @@ rec {
dependencies = [];
};
editorconfig-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "editorconfig-vim-2016-07-16";
src = fetchgit {
url = "git://github.com/editorconfig/editorconfig-vim";
rev = "a459b8cfef00100da40fd69c8ae92c4d1e63e1d2";
sha256 = "03slzk7jgr348f59pxghmd9giwla63lxmwvripg99zrlgl0pvp5g";
};
dependencies = [];
};
}

View File

@ -166,3 +166,4 @@
"vinegar"
"vundle"
"github:jiangmiao/auto-pairs"
"github:editorconfig/editorconfig-vim"