Skip to content
Discussion options

You must be logged in to vote

The gap you see between the two popups comes from the border of the documentation window, default is 'padded'.

Try to set it to 'none' instead:

opts = {
  -- ...
  completion = {
    documentation = {
      window = { border = 'none' },
    },
  },
  -- ...
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rasulomaroff
Comment options

Answer selected by rasulomaroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants