41 lines
753 B
TOML
41 lines
753 B
TOML
theme = "pop-dark"
|
|
|
|
[editor]
|
|
line-number = "absolute"
|
|
mouse = true
|
|
bufferline = "multiple"
|
|
text-width = 120
|
|
cursorline = true
|
|
rulers = [120]
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.indent-guides]
|
|
character = "╎"
|
|
render = true
|
|
|
|
[editor.lsp]
|
|
auto-signature-help = true
|
|
display-messages = true
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[editor.statusline]
|
|
left = ["mode", "spinner", "version-control", "file-name"]
|
|
|
|
[keys.normal]
|
|
"A-," = "goto_previous_buffer"
|
|
"A-." = "goto_next_buffer"
|
|
"A-w" = ":buffer-close"
|
|
"A-/" = "repeat_last_motion"
|
|
|
|
A-x = "extend_to_line_bounds"
|
|
X = ["extend_line_up", "extend_to_line_bounds"]
|
|
|
|
[keys.select]
|
|
A-x = "extend_to_line_bounds"
|
|
X = ["extend_line_up", "extend_to_line_bounds"]
|