aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-01-06 23:42:23 +0800
committerjdhao <jdhao@hotmail.com>2022-01-06 23:42:23 +0800
commit980fd531a8809fec3aa620870442fabc40728daf (patch)
tree87baeadd91f79dce207a87eff0eacdf18311e342 /core/plugins.vim
parent148dabd7ad7dda16b1e49e33f477af7d6cd1ca5f (diff)
wilder.nvim popup menu now respects pumblend
See also https://github.com/gelguy/wilder.nvim/pull/115.
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim1
1 files changed, 0 insertions, 1 deletions
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,