Files
lazygit.nvim/ftplugin/gitcommit.vim
Dheepak Krishnamurthy 29f696d0ef Change setglobal to let
2020-08-02 09:39:25 -06:00

8 lines
238 B
VimL

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