Add custom vim-css-color

It has a patch for nix file support
This commit is contained in:
EEva (JPotier) 2020-12-27 12:24:38 +02:00
parent bbf1b4cfab
commit 6d68c814da
1 changed files with 9 additions and 0 deletions

View File

@ -82,6 +82,15 @@ let
src = "${pkgs.lilypond.outPath}/share/lilypond/${pkgs.lilypond.version}/vim";
dependencies = [];
};
vim-css-color = buildVimPluginFrom2Nix {
name = "vim-css-color";
src = fetchFromGitHub {
owner = "jpotier";
repo = "vim-css-color";
rev = "bd7cac457b4459e3e60fec39c094832d233c6a7f";
sha256 = "08k1jh9n0kz9xwmy0ig03w9lx0r2m2rhmfwb0idy81madllcidjc";
};
};
}; in vim_configurable.customize {
name = "vim";
vimrcConfig.packages.myVimPackage = with pkgs.vimPlugins; with plugins; {