Skip to content

Commit

Permalink
fix(lualine): disable default separators for custom separator
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Apr 23, 2024
1 parent 6422c0e commit 816199a
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 @@ -131,6 +131,7 @@ return function()
return ""
end,
padding = 0,
separator = { left = "", right = "" },
color = utils.gen_hl("surface1", true, true),
},

Expand Down

0 comments on commit 816199a

Please sign in to comment.