mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
feat(float): implement footer
Problem: Now way to show text at the bottom part of floating window border (a.k.a. "footer"). Solution: Allows `footer` and `footer_pos` config fields similar to `title` and `title_pos`.
This commit is contained in:
2
runtime/lua/vim/_meta/api_keysets.lua
generated
2
runtime/lua/vim/_meta/api_keysets.lua
generated
@@ -108,6 +108,8 @@ error('Cannot require a meta file')
|
||||
--- @field border? any
|
||||
--- @field title? any
|
||||
--- @field title_pos? string
|
||||
--- @field footer? any
|
||||
--- @field footer_pos? string
|
||||
--- @field style? string
|
||||
--- @field noautocmd? boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user