mirror of
https://github.com/chenasraf/lazygit.nvim.git
synced 2026-05-18 01:39:13 +00:00
7 lines
113 B
VimL
7 lines
113 B
VimL
if executable("nvr")
|
|
augroup GIT
|
|
autocmd!
|
|
autocmd WinLeave <buffer> :LazyGit
|
|
augroup END
|
|
end
|