@@ -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,