vim/telescope: don't wrap around when selecting results
This commit is contained in:
parent
3f247adbd0
commit
ccf42e8b65
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue