nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.71k stars 455 forks source link

Feat: statusline showing a straight line #1258

Open epheien opened 3 weeks ago

epheien commented 3 weeks ago
Xnip2024-06-11_21-56-15

Requested feature

Can we implement a statusline like the one in the picture? Such a statusline makes it easy to distinguish the boundaries of different windows

I am currently using incline+lightline to implement it, but it would be better if lualine.nvim could implement it.

Motivation

When using multiple windows, the inactive statusline cannot be used as a clear window boundary, especially when some windows have cursorline enabled.