14 lines
190 B
TOML
14 lines
190 B
TOML
[editor]
|
|
mouse = true
|
|
middle-click-paste = true
|
|
line-number = "absolute"
|
|
auto-completion = true
|
|
auto-format = false
|
|
|
|
[editor.cursor-shape]
|
|
normal = "block"
|
|
insert = "bar"
|
|
select = "block"
|
|
|
|
|