You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a flag like --color-always/-C to force syntax highlighting even in the absence of a tty.
A Use Case
I'd like to be able to use vimcat with fzf and other tools within my Vim configs. I want to configure vim and fzf to run vimcat to highlight preview windows and the like.
Right now, when vimcat is run by fzf/vim will check to see if it has a tty, fail to find one, and skip highlighting. This means my preview windows, etc do not have highlighting as desired.
I suspect there are other use cases as well, given how ls, jq, and other tools provide a similar flag to force colored output.
The text was updated successfully, but these errors were encountered:
The Ask
Please add a flag like
--color-always
/-C
to force syntax highlighting even in the absence of a tty.A Use Case
I'd like to be able to use vimcat with fzf and other tools within my Vim configs. I want to configure vim and fzf to run vimcat to highlight preview windows and the like.
Right now, when vimcat is run by fzf/vim will check to see if it has a tty, fail to find one, and skip highlighting. This means my preview windows, etc do not have highlighting as desired.
I suspect there are other use cases as well, given how
ls
,jq
, and other tools provide a similar flag to force colored output.The text was updated successfully, but these errors were encountered: