1
0
Fork 0

neogit: remove augroup
All checks were successful
Update Flake / update-flake (push) Successful in 2m33s
Build / build-amd64-linux (push) Successful in 48s
Build / build-arm64-linux (push) Successful in 2m5s

This commit is contained in:
Daniel Kempkens 2024-01-04 13:55:30 +01:00
parent 2989fa3092
commit 58fcf7dacd
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -15,7 +15,4 @@
:group augroup})
(aucmd :User {:pattern :NeogitCommitComplete
:callback #(gitsigns.refresh)
:group augroup})
(aucmd :User {:pattern :NeogitPushComplete
:callback neogit.close
:group augroup}))