Skip to content

How can I change the black around the pop-up to transparent? #2862

Answered by dpetka2001
leesanghyun0414 asked this question in Q&A
Discussion options

You must be logged in to vote

Set in your ~/config/nvim/lua/config/lazy.lua

  ui = {
    backdrop = 100,
  },

This is lazy.nvim the package manager that adds a backdrop making the background darker when it opens to distinguish.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by leesanghyun0414
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