diff --git a/config/nvim/lua/user/plugins/telescope.lua b/config/nvim/lua/user/plugins/telescope.lua index e0e3ef2..1198493 100644 --- a/config/nvim/lua/user/plugins/telescope.lua +++ b/config/nvim/lua/user/plugins/telescope.lua @@ -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,