mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vim-plugins/editorconfig-vim: init at a459b8
This commit is contained in:
parent
3ba12b3333
commit
48c94846c9
@ -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 = [];
|
||||
|
||||
};
|
||||
}
|
||||
|
@ -166,3 +166,4 @@
|
||||
"vinegar"
|
||||
"vundle"
|
||||
"github:jiangmiao/auto-pairs"
|
||||
"github:editorconfig/editorconfig-vim"
|
||||
|
Loading…
Reference in New Issue
Block a user