Skip to content

Commit

Permalink
fixup! feat(ui)!: improve user experience wrt transparent bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy committed Jul 15, 2023
1 parent e190194 commit 6958716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ local function load_options()
mousescroll = "ver:3,hor:6",
number = true,
previewheight = 12,
pumblend = 10,
-- Do NOT adjust the following option (pumblend) if you're using transparent background
pumblend = 0,
pumheight = 15,
redrawtime = 1500,
relativenumber = true,
Expand Down Expand Up @@ -94,7 +95,8 @@ local function load_options()
whichwrap = "h,l,<,>,[,],~",
wildignore = ".git,.hg,.svn,*.pyc,*.o,*.out,*.jpg,*.jpeg,*.png,*.gif,*.zip,**/tmp/**,*.DS_Store,**/node_modules/**,**/bower_modules/**",
wildignorecase = true,
winblend = 10,
-- Do NOT adjust the following option (winblend) if you're using transparent background
winblend = 0,
winminwidth = 10,
winwidth = 30,
wrap = false,
Expand Down

0 comments on commit 6958716

Please sign in to comment.