1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

wilder.nvim popup menu now respects pumblend

See also https://github.com/gelguy/wilder.nvim/pull/115.
This commit is contained in:
jdhao 2022-01-06 23:42:23 +08:00
parent 148dabd7ad
commit 980fd531a8

View File

@ -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,