1 files changed,
4 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-02-25 22:09:43 +0200
Parent:
f59594d
M
lua/plugins/git.lua
@@ -1,3 +1,5 @@
+---@diagnostic disable: missing-fields + ---@type LazySpec return { {@@ -20,9 +22,11 @@ { "<leader>gh", wrap "preview_hunk" },
{ "<leader>gb", wrap "blame" }, } end, + ---@type Gitsigns.Config opts = { max_file_length = 1000, current_line_blame = true, + numhl = true, signs = { add = { text = "" }, change = { text = "" },