diff options
Diffstat (limited to 'core/plugins.vim')
| -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/ |
