Add custom vim-css-color
It has a patch for nix file support
This commit is contained in:
parent
bbf1b4cfab
commit
6d68c814da
1 changed files with 9 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue