famiu/feline.nvim

[Feature] support/option for Global statusline

shaeinst opened this issue · 7 comments

support for Global statusline get merged neovim.
i tried it with feline. works great, all we need is an option to toggle on/off global statusline.
split highlight also need to be fixed
image

Might be a problem with your colorscheme rather than feline. I think it's VertSplit highlight group

famiu commented

Might be a problem with your colorscheme rather than feline i think. I think it's VertSplit highlight group

This, except VertSplit got superseded by WinSeparator

famiu commented

support for Global statusline get merged neovim. i tried it with feline. works great, all we need is an option to toggle on/off global statusline. split highlight also need to be fixed image

What's the point of adding an option in Feline when the user can do it themselves by setting the laststatus option

because i am using separate plugin for status line. that's the whole point of plugin.

What's the point of adding an option in Feline when the user can do it themselves by setting the laststatus option

famiu commented

because i am using separate plugin for status line. that's the whole point of plugin.

What's the point of adding an option in Feline when the user can do it themselves by setting the laststatus option

Hmm, I guess that's a valid point but setting laststatus is less complicated imho

true but it's always a nice to have options (if that not affect the performance ).

but setting laststatus is less complicated imho

famiu commented

true but it's always a nice to have options (if that not affect the performance ).

but setting laststatus is less complicated imho

Eh I just find it unnecessary to have two ways of using the same feature. Your Feline config will work perfectly fine regardless of what the value of laststatus is, so I'm going to leave it to the user to set that