mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
mzte-nv: textwidth is an integer (colorcolumn is a string lol)
This commit is contained in:
parent
6e45ec8f8a
commit
873ef45e5a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue