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: fb3970ef7d14
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 539c63108bb7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 31, 2021

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    88cc102 View commit details
  2. Merge pull request #111434 from jlesquembre/lispdocs-nvim

    vimPlugins.lispdocs-nvim: init at 2021-01-26
    SuperSandro2000 authored Jan 31, 2021
    Copy the full SHA
    539c631 View commit details
Showing with 13 additions and 0 deletions.
  1. +12 −0 pkgs/misc/vim-plugins/generated.nix
  2. +1 −0 pkgs/misc/vim-plugins/vim-plugin-names
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
@@ -2194,6 +2194,18 @@ let
meta.homepage = "https://github.com/junegunn/limelight.vim/";
};

lispdocs-nvim = buildVimPluginFrom2Nix {
pname = "lispdocs-nvim";
version = "2021-01-26";
src = fetchFromGitHub {
owner = "tami5";
repo = "lispdocs.nvim";
rev = "3c506bbffb2608f3671f0c41c28fb9f6626353d5";
sha256 = "0m4iscxwdglvlkxhzs9gzx1iqvnvgknqxgss5k00wr0nrax8q3pl";
};
meta.homepage = "https://github.com/tami5/lispdocs.nvim/";
};

lsp-status-nvim = buildVimPluginFrom2Nix {
pname = "lsp-status-nvim";
version = "2021-01-05";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -543,6 +543,7 @@ svermeulen/vim-subversive
t9md/vim-choosewin
t9md/vim-smalls
takac/vim-hardtime
tami5/lispdocs.nvim
tami5/sql.nvim
tbodt/deoplete-tabnine
ternjs/tern_for_vim