20 lines
396 B
TOML
20 lines
396 B
TOML
theme = "dracula_transparent"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
mouse = false
|
|
true-color = true
|
|
end-of-line-diagnostics = "hint"
|
|
|
|
[editor.inline-diagnostics]
|
|
cursor-line = "warning" # show warnings and errors on the cursorline inline
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[keys.normal."space".v]
|
|
"c" = ":pipe-to voidpin remote copy"
|
|
|
|
[keys.select."space".v]
|
|
"c" = ":pipe-to voidpin remote copy"
|