Skip to content

Commit

Permalink
fix(lazygit): option 'floating_window_corner_chars' is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 27, 2023
1 parent c6a1e66 commit 8755c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugins/git/lazygit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
{
floating_window_winblend = 0, -- transparency of floating window
floating_window_scaling_factor = 0.8, -- scaling factor for floating window
floating_window_corner_chars = { '', '', '', '' }, -- customize lazygit popup window corner characters
floating_window_border_chars = { '', '', '', '', '', '', '', '' }, -- customize lazygit popup window border characters
floating_window_use_plenary = 1, -- use plenary.nvim to manage floating window if available
use_neovim_remote = 1, -- fallback to 0 if neovim-remote is not installed
use_custom_config_file_path = 0, -- config file path is evaluated if this value is 1
Expand Down

0 comments on commit 8755c30

Please sign in to comment.