From e33d5f8d10d34e5a3a4bb292015961dd574f4c93 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 23 Jan 2024 10:32:04 +0100 Subject: Do changes --- Common/nvim/lua/basic.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Common/nvim') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 59e8f68..9d28267 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -82,8 +82,8 @@ vim.opt.mat = 2 --vim.opt.t_vb = '' --vim.opt.tm = 500 --- Add extra margin to the left (makes changing margins less annoying -vim.opt.foldcolumn = '1' +-- Left column option, used to have it at 1 to always show it. But Gitsigns is not using it anyway +vim.opt.foldcolumn = '0' -- Show leader commands vim.opt.showcmd = true -- cgit v1.2.3