2022-01-07 23:00:48 +00:00
|
|
|
theme = "onedark"
|
2022-09-08 22:35:40 +00:00
|
|
|
|
|
|
|
[editor]
|
|
|
|
color-modes = true
|
2022-12-27 13:47:03 +00:00
|
|
|
auto-save = true
|
|
|
|
bufferline = "multiple"
|
2025-01-05 17:56:42 +00:00
|
|
|
end-of-line-diagnostics = "hint"
|
|
|
|
|
|
|
|
[editor.inline-diagnostics]
|
2025-01-19 16:44:48 +00:00
|
|
|
cursor-line = "warning"
|
2022-09-08 22:35:40 +00:00
|
|
|
|
|
|
|
[editor.indent-guides]
|
2023-06-02 00:19:05 +00:00
|
|
|
render = true
|
|
|
|
|
|
|
|
[editor.soft-wrap]
|
|
|
|
enable = true
|
|
|
|
|
|
|
|
[editor.lsp]
|
|
|
|
display-inlay-hints = true
|
|
|
|
|
|
|
|
[editor.statusline]
|
2025-01-05 17:56:42 +00:00
|
|
|
center = ["version-control"]
|