File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,6 +426,12 @@ if ! exists("g:wheel_loaded")
426426 " ---- Maximum number of vertical splits
427427 let g:wheel_config.maxim.vertical = 4
428428
429+ " ---- Completion
430+ let g:wheel_config.completion.vocalize = 1
431+ let g:wheel_config.completion.wordize = 1
432+ let g:wheel_config.completion.fuzzy = 0
433+ let g:wheel_config.completion.scores = 1
434+
429435 " ---- Frecency
430436 let g:wheel_config.frecency.reward = 120
431437 let g:wheel_config.frecency.penalty = 1
Original file line number Diff line number Diff line change @@ -3052,6 +3052,12 @@ Here is an example of a complete configuration : >
30523052 " ---- Maximum number of vertical splits
30533053 let g:wheel_config.maxim.vertical = 4
30543054
3055+ " ---- Completion
3056+ let g:wheel_config.completion.vocalize = 1
3057+ let g:wheel_config.completion.wordize = 1
3058+ let g:wheel_config.completion.fuzzy = 0
3059+ let g:wheel_config.completion.scores = 1
3060+
30553061 " ---- Frecency
30563062 let g:wheel_config.frecency.reward = 120
30573063 let g:wheel_config.frecency.penalty = 1
You can’t perform that action at this time.
0 commit comments