Move splitline from 80 to 99 symbols

This commit is contained in:
pro100ton 2025-02-11 10:25:00 +03:00
parent 6363a15c3f
commit 834038a59b

View file

@ -22,7 +22,7 @@ opt.softtabstop = 2
opt.swapfile = false opt.swapfile = false
-- Add line at 80 symbols -- Add line at 80 symbols
opt.colorcolumn = "80" opt.colorcolumn = "99"
-- config to set up clipboard as default register -- config to set up clipboard as default register
opt.clipboard:append("unnamedplus") opt.clipboard:append("unnamedplus")