Check nvr exists

This commit is contained in:
Mike
2020-11-05 18:54:50 +00:00
parent ddc9bffe0f
commit a5f23fd2db
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ if !exists('g:lazygit_floating_window_scaling_factor')
endif
if !exists('g:lazygit_use_neovim_remote')
let g:lazygit_use_neovim_remote = 1
let g:lazygit_use_neovim_remote = executable('nvr') ? 1 : 0
endif
if !exists('g:lazygit_floating_window_corner_chars')