diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-01 15:55:15 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-01 15:55:15 +0800 |
| commit | 000e3a6f230cf58f629214756e958a643f57a2ba (patch) | |
| tree | 25b63c867a48e6de96ca05bcc83a60fb678571c2 /core/plugins.vim | |
| parent | 6996b6b24fbc5cadb93384b9ddd9e1407b63f46a (diff) | |
update wilder.nvim settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 5b830c8..d3684c1 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -533,6 +533,7 @@ call wilder#set_option('pipeline', [ \ wilder#cmdline_pipeline({ \ 'language': 'python', \ 'fuzzy': 1, + \ 'sorter': wilder#python_difflib_sorter() \ }), \ wilder#python_search_pipeline({ \ 'pattern': wilder#python_fuzzy_pattern(), @@ -542,10 +543,10 @@ call wilder#set_option('pipeline', [ \ ), \ ]) -call wilder#set_option('renderer', wilder#wildmenu_renderer({ - \ 'highlighter': wilder#basic_highlighter(), - \ 'separator': ' ', - \ 'right': [' ', wilder#wildmenu_index()], - \ })) +call wilder#set_option('renderer', wilder#wildmenu_renderer( + \ wilder#wildmenu_airline_theme({ + \ 'highlighter': wilder#basic_highlighter(), + \ 'separator': ' ', + \ }))) "}} "} |
