some convinience
This commit is contained in:
parent
6d9164f6d2
commit
a9f4b95858
1 changed files with 14 additions and 0 deletions
14
config.toml
14
config.toml
|
|
@ -4,8 +4,22 @@ theme = "molokai"
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
clipboard-provider = "win32-yank"
|
clipboard-provider = "win32-yank"
|
||||||
true-color = true
|
true-color = true
|
||||||
|
cursorline = true
|
||||||
|
trim-trailing-whitespace = true
|
||||||
|
auto-pairs = false
|
||||||
|
continue-comments = false
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
select = "underline"
|
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}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue