gu-fan / colorv.vim

edit color easy
http://www.vim.org/scripts/script.php?script_id=3597
135 stars 12 forks source link

Feature request: Unite integration #20

Open ipkiss42 opened 10 years ago

ipkiss42 commented 10 years ago

Hi,

ColorV opens several "list windows", e.g. with the ColorVName command or the ColorVTurn2 one.

It would be great to have an integration with Unite (see Shougo/unite.vim) for them. It would benefit from all the Unite features (easy filtering, lots of configuration options, customized actions on each list item, etc.).

Note that the pasela/unite-webcolorname plugin already provides a Unite integration for color names (the equivalent of ColorVName), but it would be great to have it directly in ColorV itself (and of course, to have other ColorV lists integrated too).

gu-fan commented 10 years ago

ok , I will check this

sashahart commented 8 years ago

I am just a spectator here. But anyone could write a plugin separate from ColorV that would do this integration between the two. I think it is normal for Unite integrations to be in separate plugins written by third parties. I use both Unite and ColorV. But not everybody who would use ColorV uses Unite, or would use Unite to browse colors, and bundling everything together is heavy. So my opinion is that a separate plugin for people who want to use them together is a reasonable option, and could be built by someone who wants that integration.

I don't want to make this plugin, because I wouldn't use it and don't know what it should do. But if someone else does want it and knows what it should do, they can start to make the plugin (perhaps with help from "Learn Vimscript the Hard Way") and I will offer additional help with VimL on Github if desired.