From b800fc3476dcc7afde64a981dcced91f1efc537c Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Fri, 16 Oct 2020 09:10:06 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 901e35a..b346652 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The following are configuration options and their defaults. ```vim 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_use_neovim_remote = ['╭', '╮', '╰', '╯'] " customize lazygit popup window corner characters +let g:lazygit_floating_window_corner_chars = ['╭', '╮', '╰', '╯'] " customize lazygit popup window corner characters ``` Call `:LazyGit` to start a floating window with `lazygit`.