junegunn / fzf.vim

fzf :heart: vim
MIT License
9.68k stars 585 forks source link

Weird display issue in Neovim #925

Open doums opened 4 years ago

doums commented 4 years ago

img

Hi,

As you can see on the right screen, in neovim, the display of fzf is broken compared to the vim one (on left). I don't know if it is a problem with Neovim itself or fzf.vim.

fzf 0.20.0 nvim v0.4.3 fzf.vim up to date (via :PlugUpdate)

pablobfonseca commented 4 years ago

I am also having some issues with fzf on Neovim nvim: v0.5.0 fzf: 0.20.0

relastle commented 4 years ago

@doums @pablobfonseca

I suppose that the solution was proposed in (https://github.com/junegunn/fzf/issues/1143#issuecomment-345488648).

It worked for me 😄

pablobfonseca commented 4 years ago

Thanks @relastle, I'll try it out

pablobfonseca commented 4 years ago

@relastle It didn't work for me, but I think my issue is different, check it out: image Sometimes when I start typing fzf doesn't work on neovim, it seems to be intermittent, sometimes works sometimes don't

@junegunn any clue ? everything was working fine until now