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

add icon and scrollbar for wilder.nvim

This commit is contained in:
jdhao 2022-01-07 00:41:14 +08:00
parent 9cd43dcba9
commit 1280c98314

View File

@ -421,6 +421,8 @@ function! s:wilder_init() abort
\ 'highlights': {
\ 'accent': l:hl,
\ },
\ 'left': [' ', wilder#popupmenu_devicons(),],
\ 'right': [' ', wilder#popupmenu_scrollbar(),],
\ 'apply_incsearch_fix': 0,
\ }))
catch /^Vim\%((\a\+)\)\=:E117/