mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-06 17:33:30 +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,
|
auto_attach = true,
|
||||||
attach_to_untracked = false,
|
attach_to_untracked = false,
|
||||||
current_line_blame = false,
|
current_line_blame = true,
|
||||||
current_line_blame_opts = {
|
current_line_blame_opts = {
|
||||||
virt_text = true,
|
virt_text = true,
|
||||||
virt_text_pos = "eol",
|
virt_text_pos = "eol",
|
||||||
delay = 1000,
|
delay = 500,
|
||||||
ignore_whitespace = false,
|
ignore_whitespace = false,
|
||||||
virt_text_priority = 100,
|
virt_text_priority = 100,
|
||||||
use_focus = true,
|
use_focus = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user