Skip to content
Discussion options

You must be logged in to vote

Yes, it is possible by using noinsert flag in 'completeopt' instead of (suggested) noselect. For example, by using the following full value: vim.o.completeopt = 'menuone,noinsert,fuzzy,nosort'. It can be done before or after require('mini.completion').setup(), it doesn't matter.

Note, that this should probably work fine if you want to explicitly select with <C-y> or a remap. There might be issues with not applied additional text edits (it might require selecting an item and wait for a bit), but it might be good enough.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@OWL4C
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