From 6e09ffe4ffc64a5f7a2f3a6efd08c86b4f0de862 Mon Sep 17 00:00:00 2001 From: jank Date: Mon, 28 Jul 2025 20:49:59 +0200 Subject: [PATCH] chore: Add author --- lua/jquote/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/jquote/init.lua b/lua/jquote/init.lua index 6f8ea6e..0f11469 100644 --- a/lua/jquote/init.lua +++ b/lua/jquote/init.lua @@ -1,6 +1,6 @@ --- JQuote: A Neovim plugin for cycling through quote characters --- @module jquote ---- @author Author Name +--- @author Jan --- @version 1.0.0 --- @license MIT @@ -257,4 +257,4 @@ function M.health() return health_info end -return M \ No newline at end of file +return M