mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
feat(ui): add support to display a title in the border of a float (#20184)
add "title" and "title_pos" keys to win config dict.
This commit is contained in:
@@ -81,6 +81,8 @@ return {
|
||||
"focusable";
|
||||
"zindex";
|
||||
"border";
|
||||
"title";
|
||||
"title_pos";
|
||||
"style";
|
||||
"noautocmd";
|
||||
};
|
||||
|
Reference in New Issue
Block a user