ui/smartcolumn: change custom_colorcolumn type to expected type string

This commit is contained in:
Frothy 2024-06-24 14:05:56 -04:00
commit 2e99a21010
2 changed files with 9 additions and 9 deletions

View file

@ -222,10 +222,10 @@ inputs: let
enable = true;
setupOpts.custom_colorcolumn = {
# this is a freeform module, it's `buftype = int;` for configuring column position
nix = 110;
ruby = 120;
java = 130;
go = [90 130];
nix = "110";
ruby = "120";
java = "130";
go = ["90" "130"];
};
};
};