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: ➔
|
||||
multi_icon = ' ',
|
||||
|
||||
scroll_strategy = 'limit',
|
||||
layout_strategy = 'flex',
|
||||
|
||||
layout_config = {
|
||||
anchor = 'center',
|
||||
width = 0.9,
|
||||
|
|
Loading…
Add table
Reference in a new issue