Skip to content
Discussion options

You must be logged in to vote

In theory should be possible, but I don't think it is a good user experience. The current default behavior of 'mini.completion' is explicitly designed to be as little in the way of user typing as possible by trying to not require explicit item accept.

Probably using something like this should work:

  • Make sure that 'noselect' flag is part of 'completeopt' option (it is added by default during require('mini.completion').setup() if 'completeopt' is not set by user before that).
  • Navigate through candidates with arrows: <Down> and <Up>. These don't affect buffer text. The downside is that they can't be remapped to <C-n> and <C-p> (vim/vim#16880), so probably would have to use something else. F…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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