mzte-nv: set textwidth

This commit is contained in:
LordMZTE 2024-08-23 15:01:53 +02:00
parent be33e76069
commit b466cce113
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -31,6 +31,7 @@ pub fn initOptions() !void {
// Window Config
try opt("100").setLog("colorcolumn", .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);