diff options
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-x | Common/nvim/lua/basic.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |