vim-plugins/csv init

This commit is contained in:
Anders Sildnes 2018-01-16 16:43:04 +01:00
parent 8c83fd3edc
commit 9bd6dc7a78
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -373,6 +373,17 @@ rec {
};
csv = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "csv-2018-01-03";
src = fetchgit {
url = "git://github.com/chrisbra/csv.vim";
rev = "a50b977fa25a854e7d099198bfa65e2dc680898b";
sha256 = "02a6289rbjw8r0l668ala5abfr2rls3slrnk4yrsfc6ka550zj9y";
};
dependencies = [];
};
ctrlp-cmatcher = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "ctrlp-cmatcher-2015-10-15";
src = fetchgit {

View File

@ -18,6 +18,7 @@
"caw"
"clang_complete"
"commentary"
"csv"
"ctrlp-cmatcher"
"ctrlp-py-matcher"
"ctrlp-z"