13 lines
209 B
TOML
13 lines
209 B
TOML
theme = "ayu_dark"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
mouse = true
|
|
auto-completion = true
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|
|
|
|
[keys.normal]
|
|
C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ]
|
|
|