nvim-focus / focus.nvim

Auto-Focusing and Auto-Resizing Splits/Windows for Neovim written in Lua. A full suite of window management enhancements. Vim splits on steroids!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linenumbers in buftype popup

desdic opened this issue · comments

Hi,

You might want to add the buftype "popup" to the default excluced_buftypes since once the focus plugin is enabled you get a line number in the popup like this:

2021-11-09_073314_674286659

this fixes it but I don't think anyone needs line numbers in a popup :)

excluded_buftypes = {"popup"}
commented

Thanks!! This is a great suggestion. Let me quickly test it today but I agree it makes sense to exclude the popups by default. I just have to make sure its not going to affect other plugins that use popups. But I agree it seems like that you wouldn't need line numbers in that case.