space-vim icon indicating copy to clipboard operation
space-vim copied to clipboard

Use floating window for fzf layer

Open liuchengxu opened this issue 6 years ago • 4 comments

neovim already includes the floating window feature in the master, which is quite useful to improve the user experience in many ways, e.g., open the fzf in a centered floating win without disturbing the window layout. space-vim already embrace this feature in the fzf layer, I highly recommend you to update space-vim and neovim to try it.

屏幕快照 2019-04-11 下午6 22 10

To install the HEAD version of neovim via brew:

$ brew install neovim --HEAD

liuchengxu avatar Apr 11 '19 10:04 liuchengxu

Layer 'file-manager',{'exclude':'danro/rename.vim'} 是否支持排除多个插件呢?是数组形势还是?

exten avatar Jun 23 '19 04:06 exten

数组

liuchengxu avatar Jun 23 '19 04:06 liuchengxu

this would be sweet

basicBrogrammer avatar Sep 06 '19 09:09 basicBrogrammer

fzf has supported(https://github.com/junegunn/fzf/commit/7ceb58b2aadfcf0f5e99da83626cf88d282159b2) floating window(popup) in both vim and neovim.

douglarek avatar Feb 05 '20 02:02 douglarek