Remove title from signature or info window #1708
Replies: 1 comment 7 replies
-
Not right now, no. Can I ask what is the motivation here? Personal dislike of titles in floating window or is there some usability issues? The problem with this is that 'mini.completion' only supports selected fields for window config. Others are computed based on the several factors for every execution and exporting them would only bring troubles. It is possible, of course, to export configurable title, but that would also somewhat imply exporting
I am not sure how this relates to 'mini.completion', as it doesn't implement any hover. Can you elaborate, please? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Module(s)
mini.completion
Question
Is it possible to remove the title of those window ? With mini.notify, we can just make window.config.title an empty string.
Also, since handlers changed in neovim 0.11. How can I put a title to the hover window ?
Beta Was this translation helpful? Give feedback.
All reactions