mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vim-plugins/neoyank: init
This commit is contained in:
parent
fffe2f8384
commit
dea716d801
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user