1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2024-01-06 12:39:12 +01:00
parent 2935ca23d6
commit 3d23ff3dae
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 1 deletions

View file

@ -13,6 +13,9 @@
:NeogitTagMessage]
:callback #(set vim.b.toggle_line_style 0)
:group augroup})
(aucmd :User {:pattern :NeogitCommitComplete
(aucmd :User {:pattern [:NeogitCommitComplete
:NeogitPullComplete
:NeogitPushComplete
:NeogitStatusRefreshed]
:callback #(gitsigns.refresh)
:group augroup}))