37 lines
772 B
TOML
37 lines
772 B
TOML
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"
|