From d700e8bad28e6f73c51a19c852140c422bdf62d2 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 24 May 2026 19:28:23 -0400 Subject: [PATCH] update: enable current_line_blame --- lua/plugins/gitsigns.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/plugins/gitsigns.lua diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua new file mode 100644 index 0000000..e46808a --- /dev/null +++ b/lua/plugins/gitsigns.lua @@ -0,0 +1,6 @@ +return { + "lewis6991/gitsigns.nvim", + opts = { + current_line_blame = true, + }, +}