Files
lazygit.nvim/ftplugin/gitcommit.vim
2020-07-18 20:54:44 -06:00

7 lines
113 B
VimL

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