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,