From bc1faf566225df24681eda37eac03d20321c344e Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 15 Nov 2024 14:02:38 +0100 Subject: [PATCH] neovim: Limit completion window height --- neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/default.nix b/neovim/default.nix index 89e6645..0733181 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -97,6 +97,7 @@ scrolloff = 7; signcolumn = "yes"; cmdheight = 2; + pumheight = 15; cot = [ "menu" "menuone"