Skip to content

Commit

Permalink
gitsigns: display by default, use less intrusive color
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Jun 12, 2024
1 parent eac1f82 commit a7a7d7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/nxvim/plugins/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ local config = {
preview_config = {
border = "rounded",
},
current_line_blame = true,
current_line_blame_opts = {
delay = 500,
},
}
-- <== }

Expand Down Expand Up @@ -67,7 +71,7 @@ end

-- { == Highlights ==> ========================================================

nx.hl({ "GitSignsCurrentLineBlame", fg = "Debug:fg", bg = "CursorLine:bg", italic = true })
nx.hl({ "GitSignsCurrentLineBlame", link = "NeoTreeGitIgnored" })

-- <== }

Expand Down

0 comments on commit a7a7d7a

Please sign in to comment.