vim: fix telescope selection caret

This commit is contained in:
Fernando Schauenburg 2024-02-16 01:28:04 +01:00
parent 6724d45051
commit 033319f99d

View file

@ -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.