blob: a13e774e55237841852cfd79b99f9756bd5daecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
theme = "tokyonight"
[editor]
line-number = "relative"
cursorline = true
shell = ["zsh", "-c"]
end-of-line-diagnostics = "hint"
[editor.indent-guides]
render = true
skip-levels = 1
[editor.whitespace]
render = "all"
[editor.soft-wrap]
enable = true
[editor.file-picker]
hidden = false
[editor.lsp]
display-messages = true
[editor.statusline]
left = ["mode", "spinner", "version-control", "file-name"]
[editor.inline-diagnostics]
cursor-line = "error"
other-lines = "disable"
[keys.normal]
X = "select_line_above"
"A-s" = ":format"
|