junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.64k stars 2.36k forks source link

updating fzf disturbed the directory name view in the quickfixlist #1433

Open lalitmee opened 5 years ago

lalitmee commented 5 years ago

I just updated my neovim plugins today and when I used fzf after updaing it was creating a view like this everytime. FZF is opened but not visible and when I will start typing it will become visible.

Please help me in fixing this problem. I really love this plugin and I also wanted to thank all of you for creating an awesome plugin like this.

2018-11-22-234305_1920x1080_scrot

junegunn commented 5 years ago

Can you reproduce the problem with a minimal configuration without any other plugins and settings?

You can test with this command:

nvim -Nu <(curl https://gist.githubusercontent.com/junegunn/6936bf79fedd3a079aeb1dd2f3c81ef5/raw)
LuRsT commented 4 years ago

Hi @lalitmee, any luck reproducing the issue?

lalitmee commented 4 years ago

@LuRst it was a long time ago. But now I don't have that problem. The problem I face now is that everytime I start neovim, I need to source init.vim to get fzf working. This problem doesn't seem to be there in Gvim.

LuRsT commented 4 years ago

What happens when you don't source init.vim in vim and try to run fzf?