From 543d35f14c78371785453ddfb0e549609b8af1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 16:51:17 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 16101de..b9636b1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -13,7 +13,7 @@ description: Configuration for care.nvim config.defaults = { ui = { menu = { - max_height = 10, + max_height = vim.o.pumheight ~= 0 and vim.o.pumheight or 10, border = "rounded", position = "auto", format_entry = function(entry, data)