🗑️ remove(nvim): gitsigns current line blame

it can be annoying sometimes
This commit is contained in:
Sergio Laín 2024-01-14 13:23:22 +01:00
parent f54324f9c4
commit cd65cef6a5
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -2,7 +2,6 @@ return {
"lewis6991/gitsigns.nvim",
opts = {
yadm = { enable = true },
current_line_blame = true,
current_line_blame_opts = {
virt_text = true,
virt_text_pos = "eol", -- 'eol' | 'overlay' | 'right_align'