linrongbin16 / fzfx.nvim

A Neovim fuzzy finder that updates on every keystroke.
https://linrongbin16.github.io/fzfx.nvim/
MIT License
122 stars 5 forks source link

Prevent `lualine` flicker #509

Closed savchenko closed 8 months ago

savchenko commented 8 months ago

Low-priority issue. When non-fullscreen window is shown, the Lualine flickers:

https://github.com/linrongbin16/fzfx.nvim/assets/300146/b6d0c508-872e-473d-a614-64b597ffac4a

A bit hard to see at 60 FPS, frame by frame below:

There is a chance this has nothing to do with fzfx.nvim at all, might be a lualine.nvim after all.

savchenko commented 8 months ago

Potentially caused by https://github.com/nvim-lualine/lualine.nvim/issues/1168, does not appear to be fzfx.nvim issue.