change telescope picker layout to horizontal

pull/1300/head
David Hendén 5 months ago
parent 1c6a7da06a
commit c1ed53be6f

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

Loading…
Cancel
Save