Add vim-lilypond

This commit is contained in:
EEva (JPotier) 2020-04-22 11:34:33 +03:00
parent 2dfac422ea
commit 34d4f80ee1
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,11 @@ let
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 {
name = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; {
@ -72,6 +77,7 @@ let
vim-better-whitespace
vim-gnupg
vim-ledger
vim-lilypond
vim-nix
vim-orgmode
vim-speeddating