ft(helix): render spaces and lsp inlay hints

This commit is contained in:
Marco Thomas
2024-02-12 00:17:36 +01:00
parent 517c1ee50a
commit c12283d7c5

View File

@@ -3,8 +3,13 @@ theme = "everforest_light"
[editor] [editor]
line-number = "relative" line-number = "relative"
cursor-shape.insert = "bar" 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] [keys.normal]
"_" = ["extend_line_up", "extend_to_line_bounds"] "_" = ["extend_line_up", "extend_to_line_bounds"]