Update helix status bar
This commit is contained in:
parent
22b620cf0c
commit
19308a7715
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@ theme = "gruvbox_light"
|
|||
mouse = false
|
||||
bufferline = "multiple"
|
||||
line-number = "relative"
|
||||
true-color = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "underline"
|
||||
|
@ -14,7 +15,8 @@ select = "block"
|
|||
hidden = false
|
||||
|
||||
[editor.statusline]
|
||||
left = ["mode", "spinner", "version-control"]
|
||||
left = ["mode", "spacer", "spinner", "spacer", "version-control"]
|
||||
center = ['file-name']
|
||||
|
||||
[keys.normal]
|
||||
X = "extend_line_above"
|
||||
|
|
Loading…
Reference in a new issue