Add g:lazygit_use_neovim_remote option and update README.md

This commit is contained in:
Dheepak Krishnamurthy
2020-07-18 21:50:14 -06:00
parent e898593e34
commit 829771f33f
3 changed files with 49 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ if !exists('g:lazygit_floating_window_scaling_factor')
let g:lazygit_floating_window_scaling_factor = 0.9
endif
if !exists('g:lazygit_use_neovim_remote')
let g:lazygit_use_neovim_remote = 1
endif
command! LazyGit lua require'lazygit'.lazygit()
command! LazyGitFilter lua require'lazygit'.lazygitfilter()