change telescope picker layout to horizontal
This commit is contained in:
parent
1c6a7da06a
commit
c1ed53be6f
2
init.lua
2
init.lua
|
@ -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…
Reference in New Issue