Advertise a bit

This commit is contained in:
hrsh7th
2021-09-14 13:08:04 +09:00
parent 445179dca8
commit 2c92fef040
3 changed files with 3 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ return function()
documentation = {
border = { '', '', '', ' ', '', '', '', ' ' },
winhighlight = 'NormalFloat:CmpDocumentation,FloatBorder:CmpDocumentationBorder',
winhighlight = 'NormalFloat:NormalFloat,FloatBorder:NormalFloat',
maxwidth = math.floor((WIDE_HEIGHT * 2) * (vim.o.columns / (WIDE_HEIGHT * 2 * 16 / 9))),
maxheight = math.floor(WIDE_HEIGHT * (WIDE_HEIGHT / vim.o.lines)),
},