From 980fd531a8809fec3aa620870442fabc40728daf Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 6 Jan 2022 23:42:23 +0800 Subject: [PATCH] wilder.nvim popup menu now respects pumblend See also https://github.com/gelguy/wilder.nvim/pull/115. --- core/plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/core/plugins.vim b/core/plugins.vim index 62a702d..7775d01 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -421,7 +421,6 @@ function! s:wilder_init() abort let l:hl = wilder#make_hl('WilderAccent', 'Pmenu', [{}, {}, {'foreground': '#f4468f'}]) call wilder#set_option('renderer', wilder#popupmenu_renderer({ \ 'highlighter': wilder#basic_highlighter(), - \ 'winblend': 5, \ 'max_height': 15, \ 'highlights': { \ 'accent': l:hl,