change telescope picker layout to horizontal

This commit is contained in:
David Hendén 2024-12-09 13:36:22 -04:00
parent 1c6a7da06a
commit c1ed53be6f
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ require('lazy').setup({
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
layout_strategy = 'vertical',
layout_strategy = 'horizontal',
pickers = {
current_buffer_fuzzy_find = {
theme = 'ivy',