mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-02 16:03:31 +02:00
feat(blame): gitsigns change to default show blame (who changed what)
This commit is contained in:
@@ -55,11 +55,11 @@ require("gitsigns").setup {
|
||||
},
|
||||
auto_attach = true,
|
||||
attach_to_untracked = false,
|
||||
current_line_blame = false,
|
||||
current_line_blame = true,
|
||||
current_line_blame_opts = {
|
||||
virt_text = true,
|
||||
virt_text_pos = "eol",
|
||||
delay = 1000,
|
||||
delay = 500,
|
||||
ignore_whitespace = false,
|
||||
virt_text_priority = 100,
|
||||
use_focus = true,
|
||||
|
||||
Reference in New Issue
Block a user