vimPlugins.vCoolor.vim: init at 2018-10-06
For linux I chose zenity to generate the popups (yad can be used too). Other buildInputs are needed for macos.
This commit is contained in:
parent
fedd854918
commit
f4285f541c
@ -16,6 +16,9 @@
|
|||||||
, gomodifytags, gotags, gotools, go-motion
|
, gomodifytags, gotags, gotools, go-motion
|
||||||
, gnused, reftools, gogetdoc, gometalinter
|
, gnused, reftools, gogetdoc, gometalinter
|
||||||
, impl, iferr, gocode, gocode-gomod, go-tools
|
, impl, iferr, gocode, gocode-gomod, go-tools
|
||||||
|
|
||||||
|
# vCoolor dep
|
||||||
|
, gnome3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
@ -413,4 +416,12 @@ self: super: {
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
vCoolor-vim = super.vCoolor-vim.overrideAttrs(old: {
|
||||||
|
# on linux can use either Zenity or Yad.
|
||||||
|
propagatedBuildInputs = [ gnome3.zenity ];
|
||||||
|
meta = {
|
||||||
|
description = "Simple color selector/picker plugin";
|
||||||
|
license = stdenv.lib.licenses.publicDomain;
|
||||||
|
};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
@ -128,6 +128,7 @@ junegunn/vim-plug
|
|||||||
justincampbell/vim-eighties
|
justincampbell/vim-eighties
|
||||||
justinmk/vim-dirvish
|
justinmk/vim-dirvish
|
||||||
justinmk/vim-sneak
|
justinmk/vim-sneak
|
||||||
|
KabbAmine/vCoolor.vim
|
||||||
KabbAmine/zeavim.vim
|
KabbAmine/zeavim.vim
|
||||||
kalbasit/vim-colemak
|
kalbasit/vim-colemak
|
||||||
kana/vim-niceblock
|
kana/vim-niceblock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user