Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-06-24 19:04:26 +02:00
154 changed files with 1609 additions and 808 deletions

View File

@@ -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";

View File

@@ -554,6 +554,10 @@ self: super: {
dependencies = with super; [ vim-maktaba ];
});
vim-beancount = super.vim-beancount.overrideAttrs(old: {
passthru.python3Dependencies = ps: with ps; [ beancount ];
});
vim-codefmt = super.vim-codefmt.overrideAttrs(old: {
dependencies = with super; [ vim-maktaba ];
});

View File

@@ -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