mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-01 16:53:07 +01:00
12 lines
175 B
TOML
12 lines
175 B
TOML
|
theme = "catppuccin_mocha"
|
||
|
|
||
|
[editor]
|
||
|
line-number = "relative"
|
||
|
cursorline = true
|
||
|
color-modes = true
|
||
|
|
||
|
[editor.cursor-shape]
|
||
|
insert = "bar"
|
||
|
normal = "block"
|
||
|
select = "underline"
|