16 lines
199 B
TOML
16 lines
199 B
TOML
|
theme = "catppuccin_mocha"
|
||
|
|
||
|
[editor]
|
||
|
mouse = true
|
||
|
|
||
|
[editor.cursor-shape]
|
||
|
insert = "bar"
|
||
|
|
||
|
[editor.whitespace.render]
|
||
|
space = "all"
|
||
|
tab = "all"
|
||
|
|
||
|
[editor.whitespace.characters]
|
||
|
space = "·"
|
||
|
tab = "→"
|