summaryrefslogtreecommitdiff
path: root/config.toml
blob: 35947bec5925f00864734dcb11bc747843159566 (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
27
28
29
30
31
32
33
34
35
36
theme = "dark_plus"

[editor]
auto-completion = false
auto-format = false
completion-replace = true
rulers = [80]
color-modes = true
auto-pairs = false
cursorline = true
true-color = true
end-of-line-diagnostics = "hint"

[editor.statusline]
left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"]
right = ["diagnostics", "file-type", "file-line-ending", "spinner"]
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"

[editor.lsp]
auto-signature-help = true
display-signature-help-docs = true
snippets = false

[editor.cursor-shape]
insert = "bar"

[editor.indent-guides]
render = true

[editor.smart-tab]
enable = false

[editor.inline-diagnostics]
cursor-line = "error"