From 72f5a54ec2129148aa67da0d86fc8c7c58dedbed Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 1 Aug 2021 12:21:06 -0400 Subject: compe doc options --- lua/core/compe.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/core/compe.lua') diff --git a/lua/core/compe.lua b/lua/core/compe.lua index 08d8b8bd..155c7874 100644 --- a/lua/core/compe.lua +++ b/lua/core/compe.lua @@ -15,6 +15,10 @@ M.config = function() documentation = { border = "single", winhighlight = "NormalFloat:CompeDocumentation,FloatBorder:CompeDocumentationBorder", + max_width = 120, + min_width = 60, + max_height = math.floor(vim.o.lines * 0.3), + min_height = 1, }, -- documentation = true, -- cgit v1.2.3