From 072012c5969a2e1959ec9c53ea251bb96a5e9cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 29 Jul 2024 00:48:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(nvim):=20telescope=20buffers?= =?UTF-8?q?=20height=20and=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/extras/editor/telescope/telescope-extended.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua b/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua index b4758e27..977f75e1 100644 --- a/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua +++ b/.config/nvim/lua/plugins/extras/editor/telescope/telescope-extended.lua @@ -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 = { [""] = require("telescope.actions").delete_buffer,