Merge branch 'master' into staging-next

(a trivial conflict in transmission)
This commit is contained in:
Vladimír Čunát
2021-05-09 09:31:27 +02:00
201 changed files with 2565 additions and 1560 deletions

View File

@@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "lilypond";
version = "2.22.0";
version = "2.22.1";
src = fetchurl {
url = "http://lilypond.org/download/sources/v${lib.versions.majorMinor version}/lilypond-${version}.tar.gz";
sha256 = "0khg9dlm1b02mm9w54xqc9ydj416xkikn6p08g1asiyjf4qx1pb4";
sha256 = "sha256-cqwtVMMQwxQcC3gtTgvvkALVUZz0ZjJ1mx8D72lpzDA=";
};
postInstall = ''

View File

@@ -5702,6 +5702,18 @@ let
meta.homepage = "https://github.com/ryanoasis/vim-devicons/";
};
vim-deus = buildVimPluginFrom2Nix {
pname = "vim-deus";
version = "2021-03-28";
src = fetchFromGitHub {
owner = "ajmwagar";
repo = "vim-deus";
rev = "1be965e7bc1c01e7db5e46dcd0e50d32d4eef434";
sha256 = "1h0imrxhxw81hkh9xl75rcnx7ll5fry6hcf7flx84n6nawvfzyvm";
};
meta.homepage = "https://github.com/ajmwagar/vim-deus";
};
vim-diminactive = buildVimPluginFrom2Nix {
pname = "vim-diminactive";
version = "2017-08-27";

View File

@@ -4,6 +4,7 @@ AckslD/nvim-whichkey-setup.lua@main
ackyshake/Spacegray.vim@main
airblade/vim-gitgutter
airblade/vim-rooter
ajmwagar/vim-deus
akinsho/nvim-bufferline.lua
akinsho/nvim-toggleterm.lua
aklt/plantuml-syntax