🎨 ux(nvim): telescope buffers height and width
This commit is contained in:
parent
e2bf35be17
commit
072012c596
1 changed files with 2 additions and 4 deletions
|
@ -82,11 +82,9 @@ return {
|
|||
},
|
||||
buffers = {
|
||||
layout_config = {
|
||||
prompt_position = "top",
|
||||
height = 0.5,
|
||||
width = 0.6,
|
||||
height = 0.7,
|
||||
width = 0.7,
|
||||
},
|
||||
sorting_strategy = "ascending",
|
||||
mappings = {
|
||||
i = {
|
||||
["<c-r>"] = require("telescope.actions").delete_buffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue