🎨 ux(nvim): telescope buffers height and width

This commit is contained in:
Sergio Laín 2024-07-29 00:48:22 +02:00
parent e2bf35be17
commit 072012c596
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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,