change color column to 100

pull/2680/head
Panos Sakkos 6 months ago
parent 1726702a19
commit 6c0b78bbba

@ -2,7 +2,7 @@ local opt = vim.opt
opt.backup = false
opt.swapfile = false
opt.colorcolumn = "80"
opt.colorcolumn = "100"
opt.relativenumber = true
opt.list = true
opt.listchars = "tab:➝ ,lead:·,space:·,trail:·,nbsp:+,eol:¬"

Loading…
Cancel
Save