From 2d649199e003e552086c9d623a4fc3e5887e731d Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 7 Nov 2024 23:00:15 +0100 Subject: [PATCH] fix: replace gitsign source information with URL --- lua/plugins/gitsigns.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua index 10b8e14..da3182f 100644 --- a/lua/plugins/gitsigns.lua +++ b/lua/plugins/gitsigns.lua @@ -2,7 +2,7 @@ -- -- Super fast git decorations implemented purely in Lua -- --- Source: Status column with click handlers +-- Source: https://github.com/lewis6991/gitsigns.nvim -- .............................................. -- -- Author: Sven Vogel