vimPlugins.colorizer: init at 2018-06-16
This commit is contained in:
parent
991c0e1618
commit
2631b963cd
2 changed files with 12 additions and 0 deletions
|
@ -609,6 +609,17 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
colorizer = buildVimPluginFrom2Nix {
|
||||||
|
pname = "colorizer";
|
||||||
|
version = "2018-06-16";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "lilydjwg";
|
||||||
|
repo = "colorizer";
|
||||||
|
rev = "afc1491e5b9c36305ce710bdad2b48f069141183";
|
||||||
|
sha256 = "1dpiv9z8h6196acncyjhzd1qa56y17468fpxbfzrx5q2266sajc7";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
Colour-Sampler-Pack = buildVimPluginFrom2Nix {
|
Colour-Sampler-Pack = buildVimPluginFrom2Nix {
|
||||||
pname = "Colour-Sampler-Pack";
|
pname = "Colour-Sampler-Pack";
|
||||||
version = "2012-11-30";
|
version = "2012-11-30";
|
||||||
|
|
|
@ -174,6 +174,7 @@ lepture/vim-jinja
|
||||||
lervag/vimtex
|
lervag/vimtex
|
||||||
lfilho/cosco.vim
|
lfilho/cosco.vim
|
||||||
lifepillar/vim-mucomplete
|
lifepillar/vim-mucomplete
|
||||||
|
lilydjwg/colorizer
|
||||||
LnL7/vim-nix
|
LnL7/vim-nix
|
||||||
LucHermitte/lh-brackets
|
LucHermitte/lh-brackets
|
||||||
LucHermitte/lh-vim-lib
|
LucHermitte/lh-vim-lib
|
||||||
|
|
Loading…
Reference in a new issue