Skip to content
Discussion options

You must be logged in to vote

Yes, this is how to configure dimensions of a signature window and it works (I've just tested).

What the screenshot shows is not a signature window, but a "regular" completion menu that shows candidates. Is that what you are trying to limit width of?

If yes, then (since 'mini.completion' uses built-in Insert mode completion popup menu for that, see :h ins-completion-menu) this only became possible fairly recently with :h 'pummaxwidth' option. It is only available on Nightly Neovim>=0.12 and can be set with something like vim.o.pummaxwidth = 40 in the 'init.lua'. Edit: adjusted wrong vim.o usage example.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alikhan-ab
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.completion
2 participants