mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(lualine): Add a space separator between progress & location in lualine (#285)
This commit is contained in:
parent
d5a9ac0e06
commit
78cb3bb66d
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue