Skip to content

Commit

Permalink
fix(nvim): Redraw statusline when gitsigns attaches
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 9, 2023
1 parent 4b45edc commit 279fee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/my/configure/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ return {
delay = 100,
},
current_line_blame_formatter = ' <abbrev_sha> | <author>, <author_time> - <summary>',
on_attach = function()
vim.cmd.redrawstatus()
end,
},
},
{
Expand Down

0 comments on commit 279fee9

Please sign in to comment.