[nvim] limit telescope width to an absolute value
This commit is contained in:
@@ -7,6 +7,7 @@ require('telescope').setup({
|
||||
layout_strategy = "vertical",
|
||||
layout_config = {
|
||||
vertical = {
|
||||
width = 120,
|
||||
prompt_position = "top",
|
||||
mirror = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user