summaryrefslogtreecommitdiff
path: root/config.toml
blob: 3fddad57fef1b4d9e2ecc2ed66938de9f5d334c3 (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
theme = "dark_plus"

[editor]
auto-completion = false
auto-format = false
completion-replace = true
rulers = [80]
color-modes = true
auto-pairs = false

[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