fix(lualine): Add a space separator between progress & location in lualine (#285)
This commit is contained in:

committed by
GitHub

parent
d5a9ac0e06
commit
78cb3bb66d
@ -145,7 +145,7 @@ return {
|
||||
},
|
||||
},
|
||||
lualine_y = {
|
||||
{ "progress", separator = "", padding = { left = 1, right = 0 } },
|
||||
{ "progress", separator = " ", padding = { left = 1, right = 0 } },
|
||||
{ "location", padding = { left = 0, right = 1 } },
|
||||
},
|
||||
lualine_z = {
|
||||
|
Reference in New Issue
Block a user