26 lines
No EOL
481 B
TOML
26 lines
No EOL
481 B
TOML
theme = "tokyonight"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
cursorline = true
|
|
color-modes = true
|
|
|
|
[editor.statusline]
|
|
left = ["mode", "file-name"]
|
|
center = []
|
|
right = ["spinner", "diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
|
|
|
|
[editor.cursor-shape]
|
|
normal = "block"
|
|
insert = "bar"
|
|
select = "underline"
|
|
|
|
[editor.whitespace]
|
|
render = "all"
|
|
|
|
[editor.whitespace.characters]
|
|
newline = "↴"
|
|
|
|
[editor.indent-guides]
|
|
render = true
|
|
character = "▎" |