Skip to content

feat(nvim): add layout.border to override winborder - #639

Merged
dmtrKovalenko merged 1 commit into
dmtrKovalenko:mainfrom
willothy:willothy/configurable-border
Jun 30, 2026
Merged

dmtrKovalenko merged 1 commit into
dmtrKovalenko:mainfrom
willothy:willothy/configurable-border

Conversation

@willothy

Copy link
Copy Markdown
Contributor

Adds an optional layout.border config option that lets fff set its own window border style independently of the global vim.o.winborder. When unset, fff keeps following vim.o.winborder (then falls back to single).

Accepts the existing border presets: single, double, rounded, solid, shadow, none.

closes #638

@dmtrKovalenko dmtrKovalenko left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably should limit the comment type only to the window border presets we support. But this is not a huge deal

@willothy

willothy commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Will change that rn, just a sec

Edit: Done

Adds an optional `layout.border` config option that lets fff set its own
window border style independently of the global `vim.o.winborder`. When
unset, fff keeps following `vim.o.winborder` (then falls back to `single`).

Accepts the existing border presets: single, double, rounded, solid,
shadow, none.

closes dmtrKovalenko#638
@willothy
willothy force-pushed the willothy/configurable-border branch from 5f111c7 to 1759463 Compare June 30, 2026 03:18
@dmtrKovalenko
dmtrKovalenko merged commit 0c40be4 into dmtrKovalenko:main Jun 30, 2026
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Suggestion]: Support customizing window border in Neovim

2 participants