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

Commits on Jun 22, 2020

  1. vimPlugins.vim-bsv: init at 2019-07-11 (#91253)

    This provides syntax highlighting, autoindent, completions and more for
    Bluespec (.bsv) files.
    flokli authored Jun 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    554e90c 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
@@ -4021,6 +4021,18 @@ let
meta.homepage = "https://github.com/bling/vim-bufferline/";
};

vim-bsv = buildVimPluginFrom2Nix {
pname = "vim-bsv";
version = "2019-07-11";
src = fetchFromGitHub {
owner = "mtikekar";
repo = "vim-bsv";
rev = "dc775cb06891dd0923b5e2a882f5dcee6451540a";
sha256 = "18wsbvypi62nwgcazw2m47d6k8ymlv1zwabs2gwl931n710ldkfc";
};
meta.homepage = "https://github.com/mtikekar/vim-bsv/";
};

vim-bufkill = buildVimPluginFrom2Nix {
pname = "vim-bufkill";
version = "2020-04-29";
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
@@ -302,6 +302,7 @@ mopp/sky-color-clock.vim
morhetz/gruvbox
motus/pig.vim
mpickering/hlint-refactor-vim
mtikekar/vim-bsv
nanotech/jellybeans.vim
natebosch/vim-lsc
nathanaelkane/vim-indent-guides