Files
lazygit.nvim/ftplugin/gitcommit.vim
2020-07-18 21:50:14 -06:00

7 lines
144 B
VimL

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