From fec3bf1ed50ed0406bbc443748e93409f47ae40e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 4 Apr 2025 07:12:08 +0000 Subject: [PATCH] limit the number of entries in the completion menu --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 94d2c0e..4173451 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -30,6 +30,7 @@ opt.relativenumber = false opt.splitbelow = true opt.splitright = true opt.wildmode = 'longest:full,full' +opt.pumheight = 15 opt.splitbelow = true opt.splitright = true opt.shiftwidth = indent