Add version control to status line
This commit is contained in:
parent
e040e91995
commit
22b620cf0c
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ select = "block"
|
|||
[editor.file-picker]
|
||||
hidden = false
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "version-control"]
|
||||
|
||||
[keys.normal]
|
||||
X = "extend_line_above"
|
||||
D = "delete_char_backward"
|
||||
|
|
Loading…
Reference in a new issue