vim: fix telescope selection caret
This commit is contained in:
parent
6724d45051
commit
033319f99d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ M.config = function()
|
||||||
},
|
},
|
||||||
|
|
||||||
prompt_prefix = ' ',
|
prompt_prefix = ' ',
|
||||||
selection_caret = icons.ui.Play,
|
selection_caret = icons.ui.Play .. ' ',
|
||||||
|
|
||||||
multi_icon = icons.ui.Checkmark,
|
multi_icon = icons.ui.Checkmark,
|
||||||
scroll_strategy = 'limit', -- Don't wrap around in results.
|
scroll_strategy = 'limit', -- Don't wrap around in results.
|
||||||
|
|
Loading…
Add table
Reference in a new issue