shorter ivy prompt
This commit is contained in:
parent
a7697c2e87
commit
9adddc4b7a
1 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue