Skip to content

Commit

Permalink
fix(lualine): ensure all components are properly aligned
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <50296129+Jint-lzxy@users.noreply.github.com>
  • Loading branch information
Jint-lzxy committed Jun 7, 2024
1 parent 0322c31 commit 9be7ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/ui/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ return function()
colored = true,
icon_only = false,
icon = { align = "left" },
padding = { left = 2, right = 1 },
},
components.file_status,
vim.tbl_extend("force", components.separator, {
Expand Down

0 comments on commit 9be7ffe

Please sign in to comment.