colorv.vim icon indicating copy to clipboard operation
colorv.vim copied to clipboard

Silent mode

Open ipkiss42 opened this issue 12 years ago • 3 comments

Every time I open a file with auto preview of colors, I get this distracting message: [ColorV] 200 lines previewed. Takes 0.093565 sec.

Is there a way to disable it?

ipkiss42 avatar Oct 27 '13 11:10 ipkiss42

Currently , seems no way to disable it. I will check it later

gu-fan avatar Nov 14 '13 02:11 gu-fan

Is it possible to disable the automatic preview? I don't want to highlight the colors when i opening a CSS file for example, but do it via commandline/mapping.

bimlas avatar Jul 31 '15 08:07 bimlas

@BimbaLaszlo: There is a solution for your issue already implemented, but it is not the same issue that was given by ipkiss42. You can use

let g:colorv_preview_ftype = ''

in vimrc or wherever you like to set these things.

sashahart avatar Jan 16 '16 22:01 sashahart