all repos

init.lua @ bb7c209f988cd3ea68f044119378d864582e3065

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
feat(gitsigns): highlight numbers based on git status
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 = "" },