blob: c2e134a6339c72e9a9e7d441ec0ff01a854d5612 (
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
|
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
[editor.smart-tab]
enable = false
|