Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 248097ca269c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85b91c7bb6df
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 24, 2020

  1. vimPlugins.ats-vim: init at 2020-03-03

    Poscat authored and Jon committed Mar 24, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    lucasfernog Lucas Fernandes Nogueira
    Copy the full SHA
    85b91c7 View commit details
Showing with 12 additions and 0 deletions.
  1. +11 −0 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -125,6 +125,17 @@ let
};
};

ats-vim = buildVimPluginFrom2Nix {
pname = "ats-vim";
version = "2020-03-03";
src = fetchFromGitHub {
owner = "vmchale";
repo = "ats-vim";
rev = "045fa53f1e0699e980c5c7cd85ecf237ae527ff0";
sha256 = "1rpqy40kw0cn2h02ly71syvwz5j77xfmrs4mijkn7k0dxgamhy5s";
};
};

auto-git-diff = buildVimPluginFrom2Nix {
pname = "auto-git-diff";
version = "2019-09-23";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -540,6 +540,7 @@ vim-scripts/YankRing.vim
vim-utils/vim-husk
vimwiki/vimwiki
vito-c/jq.vim
vmchale/ats-vim
vmchale/dhall-vim
w0rp/ale
wakatime/vim-wakatime