mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
vim-plugins/vim-test: init
This commit is contained in:
parent
4b036bb019
commit
cee0a1c1a1
@ -110,6 +110,7 @@ rec {
|
||||
concealedyank = concealedyank-vim;
|
||||
cute-python = vim-cute-python-git;
|
||||
vim-grepper = vim-grepper-git;
|
||||
vim-test = vim-test-git;
|
||||
peskcolor = peskcolor-vim-git;
|
||||
mayansmoke = mayansmoke-git;
|
||||
|
||||
@ -1089,6 +1090,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-test-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-test-git-2018-01-16";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/janko-m/vim-test.git";
|
||||
rev = "731ad6942f9449d2ed22f6d9ccc8d1ce613b1f19";
|
||||
sha256 = "14xwsc23zmkfl6ydvqiqf7l0gn5nxqdm62rvgiky5j5ii9iqj3hr";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-hier = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-hier-2011-08-27";
|
||||
src = fetchgit {
|
||||
|
@ -245,6 +245,7 @@
|
||||
"github:cespare/vim-toml"
|
||||
"github:ehamberg/vim-cute-python.git"
|
||||
"github:mhinz/vim-grepper.git"
|
||||
"github:janko-m/vim-test.git"
|
||||
"github:andsild/peskcolor.vim.git"
|
||||
"github:vim-scripts/mayansmoke.git"
|
||||
"github:chemzqm/denite-git"
|
||||
|
Loading…
Reference in New Issue
Block a user