diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-06 23:42:23 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-06 23:42:23 +0800 |
| commit | 980fd531a8809fec3aa620870442fabc40728daf (patch) | |
| tree | 87baeadd91f79dce207a87eff0eacdf18311e342 /core/plugins.vim | |
| parent | 148dabd7ad7dda16b1e49e33f477af7d6cd1ca5f (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.vim | 1 |
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, |
