diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
commit | f5f3c53368e1c39ddea76f68a9c106c7921deac4 (patch) | |
tree | 8ae2b8246898b33f83190dc781058943b6ec2f59 /lua/config/set.lua | |
parent | 1f21f043934b886dceaaf70ed33fd3ddc42e72ed (diff) |
checkpoint
Diffstat (limited to 'lua/config/set.lua')
-rw-r--r-- | lua/config/set.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/set.lua b/lua/config/set.lua index 469be72..8927a37 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -8,6 +8,7 @@ opt.conceallevel = 2 -- Enable line numbers by default -- opt.number = true -- opt.relativenumber = true +opt.signcolumn = "no" -- Tab settings opt.tabstop = 4 |