commit c0092bdc7de25378b71d3e0a97e15a96e9ff7d17
parent d452bb8141ea6c2ed96a49b3da8aa8138581e0d2
Author: Thomas Vigouroux <me@vigoux.eu>
Date: Tue, 27 Aug 2024 14:36:49 +0200
fix(lazygit): avoid weird bar on left
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lua/neogit-config.lua b/lua/neogit-config.lua
@@ -37,6 +37,7 @@ os:
vim.cmd.tabnew()
vim.opt_local.number = false
vim.opt_local.relativenumber = false
+ vim.opt_local.signcolumn = "no"
vim.cmd.terminal { "lazygit", "--use-config-file", lg_config_path }