vim/telescope: don't wrap around when selecting results

This commit is contained in:
Fernando Schauenburg 2023-07-15 23:43:43 +02:00
parent 3f247adbd0
commit ccf42e8b65

View file

@ -23,7 +23,9 @@ local config = function()
selection_caret = '', -- Other ideas: ➔  selection_caret = '', -- Other ideas: ➔ 
multi_icon = '', multi_icon = '',
scroll_strategy = 'limit',
layout_strategy = 'flex', layout_strategy = 'flex',
layout_config = { layout_config = {
anchor = 'center', anchor = 'center',
width = 0.9, width = 0.9,