diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-07 00:41:14 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-07 00:41:14 +0800 |
| commit | 1280c98314ed17651505f9639ab064fdbdc61b82 (patch) | |
| tree | 30fc1040a07ac12a6d1fc5407d8f50cc7d7b9f29 /core | |
| parent | 9cd43dcba9bb0ac9f560304bbfc06216f7b82583 (diff) | |
add icon and scrollbar for wilder.nvim
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 182ee9c..8da2d16 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -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/ |
