nvim-colortils / colortils.nvim

Some color utils for neovim
GNU General Public License v2.0
363 stars 13 forks source link

QOL Improvements #19

Open oblitzitate opened 1 year ago

oblitzitate commented 1 year ago

A small suggestion I have is to be able to use a tool without having to enter a color as an argument. The default color could be either #FFFFFF or #000000. Sometimes I just want to fiddle with the tool.

Also maybe if you don't enter a tool as an argument, it could popup a list of tools to choose from.

Lastly, I think registering the command arguments to the auto-completion would be nice. I'm able to do this with Telescope so it'd be nice if this plugin also has that feature.

max397574 commented 1 year ago

thank you very much I'll try to look into this as soon as I have time

max397574 commented 1 year ago

A small suggestion I have is to be able to use a tool without having to enter a color as an argument. The default color could be either #FFFFFF or #000000. Sometimes I just want to fiddle with the tool.

The only tool where this would make sense is the picker. The problem with this is that the tools try to get a color under the cursor if no argument is provided and then asks the user for input. So I guess what I could do would be adding an option to configure whether the user gets asked for input or if a default color should be used