Skip to content
Discussion options

You must be logged in to vote

This looks like conflicting with default scrolling mappings of 'mini.completion'. There are two approaches to resolve this:

  • Create your own mappings after calling require('mini.completion').setup().

  • Instruct 'mini.completion' to not create scrolling mappings (or use different keys for it). The "not create at all" approach is something like this:

    require('mini.completion').setup({
      mappings = { scroll_down = '', scroll_up = '' }
    })

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dalugm
Comment options

@echasnovski
Comment options

@dalugm
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