mirror of
https://github.com/chenasraf/lazygit.nvim.git
synced 2026-05-18 01:39:13 +00:00
Add g:lazygit_use_neovim_remote option and update README.md
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user