vim-plugins/neoyank: init
This commit is contained in:
parent
fffe2f8384
commit
dea716d801
@ -117,6 +117,7 @@ rec {
|
|||||||
neoinclude = neoinclude-vim;
|
neoinclude = neoinclude-vim;
|
||||||
committia = committia-vim-git;
|
committia = committia-vim-git;
|
||||||
vim-test = vim-test-git;
|
vim-test = vim-test-git;
|
||||||
|
neoyank = neoyank-vim-git;
|
||||||
peskcolor = peskcolor-vim-git;
|
peskcolor = peskcolor-vim-git;
|
||||||
mayansmoke = mayansmoke-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
|
unite-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "unite-vim-2017-12-06";
|
name = "unite-vim-2017-12-06";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -259,6 +259,7 @@
|
|||||||
"github:janko-m/vim-test.git"
|
"github:janko-m/vim-test.git"
|
||||||
"github:andsild/peskcolor.vim.git"
|
"github:andsild/peskcolor.vim.git"
|
||||||
"github:vim-scripts/mayansmoke.git"
|
"github:vim-scripts/mayansmoke.git"
|
||||||
|
"github:shougo/neoyank.vim.git"
|
||||||
"github:chemzqm/denite-git"
|
"github:chemzqm/denite-git"
|
||||||
"github:chemzqm/denite-extra"
|
"github:chemzqm/denite-extra"
|
||||||
"github:bazelbuild/vim-bazel"
|
"github:bazelbuild/vim-bazel"
|
||||||
|
Loading…
Reference in New Issue
Block a user