Add vim-lilypond

This commit is contained in:
EEva (JPotier) 2020-04-22 11:34:33 +03:00
parent 2dfac422ea
commit 34d4f80ee1

View file

@ -50,6 +50,11 @@ let
sha256 = "0vgga3fmppb71apd31bwji98d62vs1p77c1hssshmh2fc7yck6s8"; sha256 = "0vgga3fmppb71apd31bwji98d62vs1p77c1hssshmh2fc7yck6s8";
}; };
}; };
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-lilypond";
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
dependencies = [];
};
}; in vim_configurable.customize { }; in vim_configurable.customize {
name = "vim"; name = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; { vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; {
@ -72,6 +77,7 @@ let
vim-better-whitespace vim-better-whitespace
vim-gnupg vim-gnupg
vim-ledger vim-ledger
vim-lilypond
vim-nix vim-nix
vim-orgmode vim-orgmode
vim-speeddating vim-speeddating