11 lines
165 B
TOML
11 lines
165 B
TOML
theme = "gruvbox"
|
|
|
|
[editor]
|
|
true-color = true
|
|
line-number = "relative"
|
|
cursorline = true
|
|
|
|
[editor.cursor-shape]
|
|
normal = "block"
|
|
insert = "bar"
|
|
select = "underline"
|