summaryrefslogtreecommitdiff
path: root/config.toml
blob: d61059e56d1cd8e245026b5f9f4cb797a07454fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
theme = "dark_plus"

[editor]
auto-completion = false
auto-format = false
preview-completion-insert = false
rulers = [80, 120]
color-modes = true
auto-pairs = false

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

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

[editor.indent-guides]
render = true