From d1cd00d93b3f33cd5279fcfe9cec0b83d24cfa55 Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 3 Sep 2026 22:32:22 +0200 Subject: [PATCH] fix: size of popups --- plugin/10_options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/10_options.lua b/plugin/10_options.lua index e5ef7a8..b9dcf39 100644 --- a/plugin/10_options.lua +++ b/plugin/10_options.lua @@ -11,7 +11,7 @@ vim.o.linebreak = true -- Wrap lines at 'breakat' (if 'wrap' is set) vim.o.list = true -- Show helpful text indicators vim.o.number = true -- Show line numbers vim.o.pumheight = 10 -- Make popup menu smaller -vim.o.pummaxwidth = 100 -- Make popup menu not too wide +vim.o.pummaxwidth = 60 -- Make popup menu not too wide vim.o.shortmess = 'CFOSWaco' -- Disable some built-in completion messages vim.o.signcolumn = 'yes' -- Always show signcolumn (less flicker) vim.o.splitbelow = true -- Horizontal splits will be below