mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
feat(highlight): add FloatFooter highlight group
Problem: No clear separation of floating title and footer highlighting. Solution: Add new `FloatFooter` highlight group.
This commit is contained in:
2
runtime/lua/vim/_meta/api.lua
generated
2
runtime/lua/vim/_meta/api.lua
generated
@@ -1559,7 +1559,7 @@ function vim.api.nvim_open_term(buffer, opts) end
|
||||
--- Default is `"left"`.
|
||||
--- • footer: Footer (optional) in window border, string or
|
||||
--- list. List should consist of `[text, highlight]` tuples.
|
||||
--- If string, the default highlight group is `FloatTitle`.
|
||||
--- If string, the default highlight group is `FloatFooter`.
|
||||
--- • footer_pos: Footer position. Must be set with `footer`
|
||||
--- option. Value can be one of "left", "center", or "right".
|
||||
--- Default is `"left"`.
|
||||
|
||||
Reference in New Issue
Block a user