Files
lazygit.nvim/ftplugin/gitcommit.vim
Dheepak Krishnamurthy 1d2901f710 Rename the autogroup
2020-07-18 22:02:36 -06:00

7 lines
162 B
VimL

if g:lazygit_use_neovim_remote && executable("nvr")
augroup lazygit_neovim_remote
autocmd!
autocmd WinLeave <buffer> :LazyGit
augroup END
end