vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

Line numbers displayed besides vifm in neovim #46

Closed mroavi closed 4 years ago

mroavi commented 4 years ago

I recently moved to neovim. I noticed that the line numbers are being displayed besides vifm:

image

This does not happen in plain vim. Any idea of how to avoid displaying them besides vifm?

xaizek commented 4 years ago

Try updating the plugin, I've added disabling of line numbers in vifm's buffer (I doubt someone wants them there).

mroavi commented 4 years ago

Problem solved. Thanks.