vim-plugins/neoyank: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:54:22 +01:00
parent fffe2f8384
commit dea716d801
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -117,6 +117,7 @@ rec {
neoinclude = neoinclude-vim;
committia = committia-vim-git;
vim-test = vim-test-git;
neoyank = neoyank-vim-git;
peskcolor = peskcolor-vim-git;
mayansmoke = mayansmoke-git;
@ -1915,6 +1916,17 @@ rec {
};
neoyank-vim-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neoyank-vim-git-2017-12-19";
src = fetchgit {
url = "https://github.com/shougo/neoyank.vim.git";
rev = "5d6e6f80e1920fc38ab5cf779c424a1fdb49202d";
sha256 = "0l2gfwyiyzppb0hs9sx3x7ndq9zzinppzqq3njwjzd1qgfv29jpq";
};
dependencies = [];
};
unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "unite-vim-2017-12-06";
src = fetchgit {

View File

@ -259,6 +259,7 @@
"github:janko-m/vim-test.git"
"github:andsild/peskcolor.vim.git"
"github:vim-scripts/mayansmoke.git"
"github:shougo/neoyank.vim.git"
"github:chemzqm/denite-git"
"github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel"