vifm.vim
vifm.vim copied to clipboard
Is it possible to use ueberzug in vifm.vim?
As the title mentions, is it possible to use vifm image preview with ueberzug within vim itself? The vifm img preview script mentioned is in this arch wiki link.
If you point g:vifm_exec to the script:
let g:vifm_exec = expand('$HOME/.config/vifm/vifmrun')
It will work, however it won't account for Vim's window offset.
I think this has been resolved.