From f44a34dafc3cb0ec7e3b385c27d936f1aa811b08 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 16 Oct 2020 09:11:33 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b346652..9488ff0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The following are configuration options and their defaults. let g:lazygit_floating_window_winblend = 0 " transparency of floating window let g:lazygit_floating_window_scaling_factor = 0.9 " scaling factor for floating window let g:lazygit_floating_window_corner_chars = ['╭', '╮', '╰', '╯'] " customize lazygit popup window corner characters +let g:lazygit_use_neovim_remote = 0 " change to 1 to support neovim-remote ``` Call `:LazyGit` to start a floating window with `lazygit`.