linrongbin16 / fzfx.nvim

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

Allow disabling the signcolumn and line numbers in pop-up window #684

Closed savchenko closed 2 months ago

savchenko commented 3 months ago

:set scl=no and :set nonu should do the trick.

Especially the signcolumn, as it doesn't seem to contribute much:

image

linrongbin16 commented 2 months ago

hi @savchenko ,

This feature is added in #690 , please have a try!

savchenko commented 1 month ago

This is indeed fixed, thank you!