26 lines
400 B
TOML
26 lines
400 B
TOML
theme = "onedark"
|
|
|
|
[editor]
|
|
color-modes = true
|
|
auto-save = true
|
|
bufferline = "multiple"
|
|
end-of-line-diagnostics = "hint"
|
|
|
|
[editor.inline-diagnostics]
|
|
cursor-line = "warning"
|
|
|
|
[editor.indent-guides]
|
|
render = true
|
|
|
|
[editor.soft-wrap]
|
|
enable = true
|
|
|
|
[editor.lsp]
|
|
display-inlay-hints = true
|
|
|
|
[editor.statusline]
|
|
center = ["version-control"]
|
|
|
|
[keys.normal.space.t]
|
|
"h" = ":toggle lsp.display-inlay-hints"
|