Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ad771371fb22
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42a99bcfb880
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 15, 2018

  1. vim-plugins: add bats.vim

    (cherry picked from commit 1935782)
    LnL7 committed Apr 15, 2018
    Copy the full SHA
    42a99bc View commit details
Showing with 13 additions and 0 deletions.
  1. +12 −0 pkgs/misc/vim-plugins/default.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ rec {
YouCompleteMe = youcompleteme;
airline = vim-airline;
alternative = a-vim; # backwards compat, added 2014-10-21
bats = bats-vim;
calendar = calendar-vim;
coffee-script = vim-coffee-script;
coffeeScript = coffee-script; # backwards compat, added 2014-10-18
@@ -2337,6 +2338,17 @@ rec {

};

bats-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "bats-vim-2013-07-03";
src = fetchgit {
url = "https://github.com/vim-scripts/bats.vim";
rev = "3c283f594ff8bc7fb0c25cd07ebef0f17385f94a";
sha256 = "06f3hdf7y5gpwmc6inrhk938qmn7cr6mbk00amrnl1qjvk09givx";
};
dependencies = [];

};

changeColorScheme-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "changeColorScheme-vim-2010-10-17";
src = fetchgit {
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -188,6 +188,7 @@
"github:vim-scripts/a.vim"
"github:vim-scripts/align"
"github:vim-scripts/argtextobj.vim"
"github:vim-scripts/bats.vim"
"github:vim-scripts/changeColorScheme.vim"
"github:vim-scripts/mayansmoke.git"
"github:vim-scripts/random.vim"