colorv.vim
colorv.vim copied to clipboard
Silent mode
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?
Currently , seems no way to disable it. I will check it later
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.
@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.