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

This commit is contained in:
Anton Averchenkov 2023-02-17 01:18:59 -05:00 committed by GitHub
parent d5a9ac0e06
commit 78cb3bb66d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {