color-converter.nvim
color-converter.nvim copied to clipboard
can't modify second color on line
Currently cycle() modifies the first color instance on the current line, and returns the cursor to the first non-whitespace character of the line. It would be better IMO if it modified the color underneath the cursor, and put the cursor at the first character of the color after the transformation. This way, you could put the cursor on a second color in the same line to cycle it.
@sidequestboy This has been fixed in #13