diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index b393e8a..7777f98 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -3,6 +3,7 @@ theme = "everforest_light" [editor] line-number = "relative" cursor-shape.insert = "bar" +rulers = [80, 100] [editor.whitespace.render] tab = "all"