Files
neovim/runtime/lua/vim
glepnir 62d9fab9af feat(float): add winborder option (#31074)
Problem:
There is currently no global option to define the default border style for floating windows. This leads to repetitive code when developers need consistent styling across multiple floating windows.

Solution:
Introduce a global option winborder to specify the default border style for floating windows. When a floating window is created without explicitly specifying a border style, the value of the winborder option will be used. This simplifies configuration and ensures consistency in floating window appearance.

Co-authored-by: Gregory Anders <greg@gpanders.com>
2025-03-18 16:05:35 -05:00
..
2025-01-30 13:46:06 +01:00
2025-03-18 06:18:37 -07:00
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-03-15 15:00:44 +01:00
2025-03-15 15:00:44 +01:00
2025-02-26 23:06:22 +01:00