Add option to use plenary.nvim to manage floating window

This commit is contained in:
Joel D. Elkins
2021-03-24 17:32:57 -05:00
parent 964018207e
commit e0b272f771
2 changed files with 7 additions and 0 deletions

View File

@@ -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_floating_window_use_plenary = 0 " use plenary.nvim to manage floating window if available
let g:lazygit_use_neovim_remote = 1 " fallback to 0 if neovim-remote is not installed
```