diff options
| author | HampusM <hampus@hampusmat.com> | 2024-10-29 19:15:19 +0100 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2024-10-29 19:15:19 +0100 |
| commit | a9f27a66bcea7094be1b95f1291271fcb8613942 (patch) | |
| tree | dbdf70d6a6866046af853eb69c9d87ffed80672c | |
| parent | 6c2480e9e4178b1904f422d425a0a9def1365350 (diff) | |
increase colorcolumn to 92
| -rw-r--r-- | lua/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config.lua b/lua/config.lua index 2bc8762..a5eb4e3 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -21,7 +21,7 @@ vim.o.errorbells = false vim.o.scrolloff = 8 vim.o.encoding = "UTF-8" vim.o.fillchars = vim.o.fillchars .. "vert:│" -vim.o.colorcolumn = "90" +vim.o.colorcolumn = "92" vim.o.signcolumn = "yes" -- Completion |
