25 lines
464 B
TOML
25 lines
464 B
TOML
theme = "molokai"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
clipboard-provider = "win32-yank"
|
|
true-color = true
|
|
cursorline = true
|
|
trim-trailing-whitespace = true
|
|
auto-pairs = false
|
|
continue-comments = false
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
normal = "block"
|
|
select = "underline"
|
|
|
|
[editor.whitespace.render]
|
|
space = "all"
|
|
tab = "all"
|
|
|
|
[editor.statusline]
|
|
center = ["version-control"]
|
|
|
|
[keys.normal.g]
|
|
b = ":! git blame -L %{cursor_line},%{cursor_line} %{buffer_name}"
|