Browse Source

Thu 04 Aug 2022 22:41:53 ACST

master
Tovi Jaeschke-Rogers 2 years ago
parent
commit
ba85740b95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/nvim/lua/config/gitsigns.lua

+ 1
- 1
.config/nvim/lua/config/gitsigns.lua View File

@ -19,7 +19,7 @@ require('gitsigns').setup {
current_line_blame_opts = { current_line_blame_opts = {
virt_text = true, virt_text = true,
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align' virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
delay = 0,
ignore_whitespace = false, ignore_whitespace = false,
}, },
current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>', current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>',


Loading…
Cancel
Save