shorter ivy prompt

This commit is contained in:
Barak Michener 2021-10-29 13:11:37 -07:00
parent a7697c2e87
commit 9adddc4b7a

View file

@ -158,12 +158,21 @@ require('telescope').setup {
pickers = {
lsp_code_actions = {
theme = "ivy",
layout_config = {
height = 10,
},
},
lsp_range_code_actions = {
theme = "ivy",
layout_config = {
height = 10,
},
},
lsp_references = {
theme = "ivy",
layout_config = {
height = 15,
},
},
},
}