diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 22:00:20 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 22:00:20 +0200 |
commit | 92e9eb46f66b20ef7c6f9125bbf1708fe647c8b2 (patch) | |
tree | 3bb6e032de8392ba015734a6000cde68f1813b7c /lua/config/set.lua | |
parent | e435d3a072419ef70760c61ba8c9ee5211d2e1aa (diff) |
checkpoint
Diffstat (limited to 'lua/config/set.lua')
-rw-r--r-- | lua/config/set.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/set.lua b/lua/config/set.lua index 201627e..516e2c0 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -63,7 +63,7 @@ opt.showmatch = false -- highlight line at cursor opt.cursorline = true opt.textwidth = 100 -opt.colorcolumn = "100" +-- opt.colorcolumn = "102" -- status line -- show ruler |