Shrinking width guide so two files fit side-by-side

This commit is contained in:
2023-06-03 23:06:35 -04:00
parent 84ee5cd436
commit bb0b560a81

View File

@@ -4,7 +4,7 @@
local opt = vim.opt
opt.autowriteall = true
opt.colorcolumn = "121"
opt.colorcolumn = "100"
opt.hidden = false
opt.tabstop = 4
opt.shiftwidth = 4