vim-plugins/denite-git: init

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

View File

@ -680,6 +680,17 @@ rec {
};
denite-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "denite-git-2017-11-02";
src = fetchgit {
url = "https://github.com/chemzqm/denite-git";
rev = "d40026c9b2c0e53ecdd3883d26260f19c74c7dfe";
sha256 = "0c9602pj67hqfkyvanz5gw1s6vlf8q7s9r55g4dws5aakvjbqc0g";
};
dependencies = [];
};
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-sort-motion-2017-10-03";
src = fetchgit {

View File

@ -244,5 +244,6 @@
"github:mhinz/vim-grepper.git"
"github:andsild/peskcolor.vim.git"
"github:vim-scripts/mayansmoke.git"
"github:chemzqm/denite-git"
"github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel"