b0o / incline.nvim

🎈 Floating statuslines for Neovim, winbar alternative
MIT License
759 stars 14 forks source link

Fix: incline would not hide on cursorline without tabs. #35

Closed aldhsu closed 1 year ago

aldhsu commented 1 year ago

Resolves https://github.com/b0o/incline.nvim/issues/34.

I don't know the Vim API surface very well so this is cobbled together. If something like has_tabline_showing exists that would be much better.

aldhsu commented 1 year ago

Closed in favour of https://github.com/b0o/incline.nvim/pull/36.