Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 0444155

Browse files
committed
up
1 parent 758307b commit 0444155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/user/plugins/statusline.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ plug({
4343
},
4444
comp.Tabs,
4545
comp.lpad({ comp.Branch, comp.GitStatus }),
46+
comp.lpad({ provider = '%y%q' }),
4647
comp.lpad(comp.Overseer),
4748
{ provider = '%=' },
4849
comp.TabCwdLock,
@@ -54,7 +55,7 @@ plug({
5455
comp.rpad(comp.Copilot),
5556
comp.rpad(comp.Codeium),
5657
comp.rpad(comp.Dap),
57-
{ provider = '%y%q' }
58+
{ provider = '%=' }
5859
),
5960

6061
opts = {

0 commit comments

Comments
 (0)