Rename the autogroup

This commit is contained in:
Dheepak Krishnamurthy
2020-07-18 22:02:36 -06:00
parent 70b7509e12
commit 1d2901f710

View File

@@ -1,5 +1,5 @@
if g:lazygit_use_neovim_remote && executable("nvr")
augroup GIT
augroup lazygit_neovim_remote
autocmd!
autocmd WinLeave <buffer> :LazyGit
augroup END