diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index 5f44d5c..b393e8a 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -3,8 +3,13 @@ theme = "everforest_light" [editor] line-number = "relative" cursor-shape.insert = "bar" -whitespace.render.tab = "all" -soft-wrap.enable = true + +[editor.whitespace.render] +tab = "all" +space = "all" + +[editor.lsp] +display-inlay-hints = true [keys.normal] "_" = ["extend_line_up", "extend_to_line_bounds"]