mzte-nv: textwidth is an integer (colorcolumn is a string lol)

This commit is contained in:
LordMZTE 2024-08-23 17:31:12 +02:00
parent 6e45ec8f8a
commit 873ef45e5a
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -31,7 +31,7 @@ pub fn initOptions() !void {
// Window Config
try opt("100").setLog("colorcolumn", .both);
try opt("100").setLog("textwidth", .both);
try opt(100).setLog("textwidth", .both);
try opt(true).setLog("cursorcolumn", .both);
try opt(true).setLog("cursorline", .both);
try opt(try std.fmt.bufPrintZ(&buf, "{s}:h10", .{opts.font})).setLog("guifont", .both);