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

Commits on Jan 3, 2021

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    lukekarrys Luke Karrys
    Copy the full SHA
    dc5d3be View commit details
  2. Merge pull request #107026 from GovanifY/autospellcheck

    vimPlugins.vim-DetectSpellLang: init at 2020-01-13
    symphorien authored Jan 3, 2021
    Copy the full SHA
    934a674 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
@@ -4717,6 +4717,18 @@ let
meta.homepage = "https://github.com/sunaku/vim-dasht/";
};

vim-DetectSpellLang = buildVimPluginFrom2Nix {
pname = "vim-DetectSpellLang";
version = "2020-01-13";
src = fetchFromGitHub {
owner = "konfekt";
repo = "vim-DetectSpellLang";
rev = "d8b545ef138a9ff013f8243f85c79b277b26f5e1";
sha256 = "0c1bxryw4rg4cyql7vfp2gwhkl2d0b8inc6shmgfy7jg4svhzs0w";
};
meta.homepage = "https://github.com/Konfekt/vim-DetectSpellLang/";
};

vim-devicons = buildVimPluginFrom2Nix {
pname = "vim-devicons";
version = "2020-12-10";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -246,6 +246,7 @@ keith/swift.vim
kien/rainbow_parentheses.vim
knubie/vim-kitty-navigator
konfekt/fastfold
konfekt/vim-DetectSpellLang
kristijanhusak/defx-git
kristijanhusak/defx-icons
kristijanhusak/deoplete-phpactor