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

Commits on Jan 10, 2020

  1. vimPlugins.defx-git: init at 2019-12-25

    iv-nn authored and Jon committed Jan 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eliottness Eliott Bouhana
    Copy the full SHA
    e2e90a0 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
@@ -819,6 +819,17 @@ let
};
};

defx-git = buildVimPluginFrom2Nix {
pname = "defx-git";
version = "2019-12-25";
src = fetchFromGitHub {
owner = "kristijanhusak";
repo = "defx-git";
rev = "6f064b7aa45491aa728f976f49012c6abe244f15";
sha256 = "1909f4q4b5yc2g8x8spxs7q9iq94ls2id2xa9k9cf9h93x2jla5y";
};
};

defx-nvim = buildVimPluginFrom2Nix {
pname = "defx-nvim";
version = "2020-01-02";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -194,6 +194,7 @@ keith/swift.vim
kien/rainbow_parentheses.vim
konfekt/fastfold
kristijanhusak/defx-icons
kristijanhusak/defx-git
kristijanhusak/vim-hybrid-material
kshenoy/vim-signature
lambdalisue/vim-gista