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

This commit is contained in:
Anton Averchenkov authored and GitHub committed 2023-02-17 07:18:59 +01:00
1 parent d5a9ac0e06
commit 78cb3bb66d
1 file changed
+1 -1
+1 -1
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 = {