From b73d0cba999c45d96c4cdc23c04371b544c74af5 Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Tue, 17 Aug 2021 18:42:41 +0200 Subject: [PATCH] Moved description annotation on first line --- lua/neogen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neogen.lua b/lua/neogen.lua index f0e0ad4..87f0614 100644 --- a/lua/neogen.lua +++ b/lua/neogen.lua @@ -42,7 +42,7 @@ M.generate = function () end -- At the end, add description annotation - table.insert(comment, "---") + table.insert(comment, 1, "---") if #comment == 0 then return end