Files
dots/files/helix/.config/helix/config.toml
2024-04-10 01:16:18 +02:00

18 lines
321 B
TOML

theme = "everforest_light"
[editor]
line-number = "relative"
cursor-shape.insert = "bar"
rulers = [80, 100]
[editor.whitespace.render]
tab = "all"
space = "all"
[editor.lsp]
display-inlay-hints = true
[keys.normal]
"_" = ["extend_line_up", "extend_to_line_bounds"]
"+" = ["extend_line_down", "extend_to_line_bounds"]