From 426ca246e310a212cef5f6bba367d7ebc84bf70b Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 28 Jan 2023 20:03:26 +0100 Subject: [PATCH] fix(docgen): make the spacing nicer to look at --- docgen/docgen.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docgen/docgen.lua b/docgen/docgen.lua index 58494d12b..74127937e 100644 --- a/docgen/docgen.lua +++ b/docgen/docgen.lua @@ -516,7 +516,13 @@ docgen.render = function(configuration_option, indent) "", "", }) + else + vim.list_extend(basis, { + "
", + "", + }) end + vim.list_extend(basis, docgen.htmlify(configuration_option, indent)) vim.list_extend(basis, { "",