vim-plugins/improved-ansiesc: init

This commit is contained in:
Anders Sildnes 2018-01-25 15:03:57 +01:00
parent 1af14e0f1e
commit b0864c33e3
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -2248,6 +2248,17 @@ rec {
};
Improved-AnsiEsc = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Improved-AnsiEsc-2015-08-25";
src = fetchgit {
url = "https://github.com/vim-scripts/Improved-AnsiEsc";
rev = "e1c59a8e9203fab6b9150721f30548916da73351";
sha256 = "1smjs4kz2kmzprzp9az4957675nakb43146hshbby39j5xz4jsbz";
};
dependencies = [];
};
Rename = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "Rename-2011-08-30";
src = fetchgit {

View File

@ -268,4 +268,5 @@
"github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel"
"github:reedes/vim-wordy"
"github:vim-scripts/Improved-AnsiEsc"
"github:itchyny/vim-gitbranch"