Make plugin work as expected when using nvr
This commit is contained in:
6
ftplugin/gitcommit.vim
Normal file
6
ftplugin/gitcommit.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
if executable("nvr")
|
||||
augroup GIT
|
||||
autocmd!
|
||||
autocmd WinLeave <buffer> :LazyGit
|
||||
augroup END
|
||||
end
|
||||
Reference in New Issue
Block a user