diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index d9bb620..a26467f 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -1,5 +1,5 @@ if g:lazygit_use_neovim_remote && executable("nvr") - augroup GIT + augroup lazygit_neovim_remote autocmd! autocmd WinLeave :LazyGit augroup END