mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update wilder.nvim settings
This commit is contained in:
parent
6996b6b24f
commit
000e3a6f23
@ -533,6 +533,7 @@ call wilder#set_option('pipeline', [
|
|||||||
\ wilder#cmdline_pipeline({
|
\ wilder#cmdline_pipeline({
|
||||||
\ 'language': 'python',
|
\ 'language': 'python',
|
||||||
\ 'fuzzy': 1,
|
\ 'fuzzy': 1,
|
||||||
|
\ 'sorter': wilder#python_difflib_sorter()
|
||||||
\ }),
|
\ }),
|
||||||
\ wilder#python_search_pipeline({
|
\ wilder#python_search_pipeline({
|
||||||
\ 'pattern': wilder#python_fuzzy_pattern(),
|
\ 'pattern': wilder#python_fuzzy_pattern(),
|
||||||
@ -542,10 +543,10 @@ call wilder#set_option('pipeline', [
|
|||||||
\ ),
|
\ ),
|
||||||
\ ])
|
\ ])
|
||||||
|
|
||||||
call wilder#set_option('renderer', wilder#wildmenu_renderer({
|
call wilder#set_option('renderer', wilder#wildmenu_renderer(
|
||||||
|
\ wilder#wildmenu_airline_theme({
|
||||||
\ 'highlighter': wilder#basic_highlighter(),
|
\ 'highlighter': wilder#basic_highlighter(),
|
||||||
\ 'separator': ' ',
|
\ 'separator': ' ',
|
||||||
\ 'right': [' ', wilder#wildmenu_index()],
|
\ })))
|
||||||
\ }))
|
|
||||||
"}}
|
"}}
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user