18 lines
321 B
TOML
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"]
|