ft(helix): render spaces and lsp inlay hints
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user