mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vimPlugins.targets-vim: init at 2017-12-03
This commit is contained in:
parent
65f90f9c67
commit
9d5cce6767
2 changed files with 12 additions and 0 deletions
|
@ -2035,6 +2035,17 @@ rec {
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
targets-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
name = "targets-vim-2017-12-03";
|
||||||
|
src = fetchgit {
|
||||||
|
url = "https://github.com/wellle/targets.vim";
|
||||||
|
rev = "6f809397526797f8f419a5d2b86d90e5aff68e66";
|
||||||
|
sha256 = "0djjm7b41kgrkz447br7qi3w96ayz9lyxd164gyp082qqxxpz63q";
|
||||||
|
};
|
||||||
|
dependencies = [];
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
command-t = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "command-t-2017-11-16";
|
name = "command-t-2017-11-16";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -165,6 +165,7 @@
|
||||||
"github:vim-scripts/wombat256.vim"
|
"github:vim-scripts/wombat256.vim"
|
||||||
"github:w0rp/ale"
|
"github:w0rp/ale"
|
||||||
"github:wakatime/vim-wakatime"
|
"github:wakatime/vim-wakatime"
|
||||||
|
"github:wellle/targets.vim"
|
||||||
"github:wincent/command-t"
|
"github:wincent/command-t"
|
||||||
"github:will133/vim-dirdiff"
|
"github:will133/vim-dirdiff"
|
||||||
"github:xolox/vim-easytags"
|
"github:xolox/vim-easytags"
|
||||||
|
|
Loading…
Reference in a new issue