From 096bef1ec65394af9c32c1eea73b1887154499e7 Mon Sep 17 00:00:00 2001 From: yorik1984 Date: Wed, 11 Jan 2023 02:04:50 +0200 Subject: [PATCH] change border chars --- plugin/lazygit.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/lazygit.vim b/plugin/lazygit.vim index 5e5c154..6bdabf1 100644 --- a/plugin/lazygit.vim +++ b/plugin/lazygit.vim @@ -19,8 +19,8 @@ if !exists('g:lazygit_use_neovim_remote') let g:lazygit_use_neovim_remote = executable('nvr') ? 1 : 0 endif -if !exists('g:lazygit_floating_window_corner_chars') - let g:lazygit_floating_window_corner_chars = ['╭', '╮', '╰', '╯'] +if !exists('g:lazygit_floating_window_chars') + let g:lazygit_floating_window_corner_chars = ['╭','─', '╮', '│', '╯','─', '╰', '│'] endif " if lazygit_use_custom_config_file_path is set to 1 the