chengzeyi/fzf-preview.vim

It is not clear what this plugin does

Opened this issue ยท 5 comments

My apologies in advance, if either my question is stupid or if I am blunt, but it is not clear what the plugin additionally does, when compared to fzf.vim. What I understood so far, is by pressing CTRL + / is toggles the preview window. Thanks.

dycw commented

@rafaelnp: something like the default BLines (left) will not preview the content you're searching for; this plugin's BufferLines (right) will. To me, it's clearly superior.

Screenshot from 2021-02-27 12-23-22

@dycw How do we install this(should we replace the existing plugin). TIA

dycw commented

@cibinmathew I would use vim-plug; if so, you'll need to put Plug 'chengzeyi/fzf-preview.vim' in your .vimrc (or nvim.init).

Thanks @dycw
@chengzeyi may be it helps to add a section or atleast a hint to follow any of the standard installation for plugins

@dycw thanks for you reply, now it is clear. ๐Ÿ‘ ๐Ÿ™‚