diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 10:32:04 +0100 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-01-23 10:32:04 +0100 |
commit | e33d5f8d10d34e5a3a4bb292015961dd574f4c93 (patch) | |
tree | 09eb903b2569b1580e8ff7bfbe0f7cc4bb04f689 /Common/nvim | |
parent | 819e3ced23853586bfadda0857af4e2c02f7b573 (diff) | |
download | dotfiles-e33d5f8d10d34e5a3a4bb292015961dd574f4c93.tar.gz dotfiles-e33d5f8d10d34e5a3a4bb292015961dd574f4c93.zip |
Do changes
Diffstat (limited to 'Common/nvim')
-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 |