🎨 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 = {
|
buffers = {
|
||||||
layout_config = {
|
layout_config = {
|
||||||
prompt_position = "top",
|
height = 0.7,
|
||||||
height = 0.5,
|
width = 0.7,
|
||||||
width = 0.6,
|
|
||||||
},
|
},
|
||||||
sorting_strategy = "ascending",
|
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
["<c-r>"] = require("telescope.actions").delete_buffer,
|
["<c-r>"] = require("telescope.actions").delete_buffer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue