Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
14 lines
No EOL
209 B
TOML
14 lines
No EOL
209 B
TOML
theme = "catppuccin_mocha"
|
|
|
|
[editor]
|
|
scrolloff = 15
|
|
line-number = "relative"
|
|
color-modes = true
|
|
|
|
[editor.cursor-shape]
|
|
normal = "block"
|
|
insert = "bar"
|
|
select = "underline"
|
|
|
|
[editor.indent-guides]
|
|
render = true |