Skip to content

Commit

Permalink
fix(lualine): Add a space separator between progress & location in lu…
Browse files Browse the repository at this point in the history
…aline (#285)
  • Loading branch information
averche committed Feb 17, 2023
1 parent d5a9ac0 commit 78cb3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/ui.lua
Expand Up @@ -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 = {
Expand Down

0 comments on commit 78cb3bb

Please sign in to comment.