From ea872e52a079f75650dc6557894e81714122905b Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 24 Mar 2024 18:47:30 +0100 Subject: [PATCH] Updated noice cmdline size and pos --- lua/taken/plugins/noice.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/taken/plugins/noice.lua b/lua/taken/plugins/noice.lua index 67f63f9..7356270 100644 --- a/lua/taken/plugins/noice.lua +++ b/lua/taken/plugins/noice.lua @@ -13,11 +13,11 @@ return { views = { cmdline_popup = { position = { - row = 5, + row = "85%", col = "50%", }, size = { - width = 60, + width = "50%", height = "auto", }, },