From 1280c98314ed17651505f9639ab064fdbdc61b82 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 7 Jan 2022 00:41:14 +0800 Subject: [PATCH] add icon and scrollbar for wilder.nvim --- core/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) 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/