Skip to content

Commit

Permalink
feat(lualine): always display BOM as part of the filetype (#1327)
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Jul 20, 2024
1 parent 2829a43 commit ea3eaac
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 @@ -311,6 +311,7 @@ return function()
lualine_x = {
{
"encoding",
show_bomb = true,
fmt = string.upper,
padding = { left = 1 },
cond = conditionals.has_enough_room,
Expand Down

0 comments on commit ea3eaac

Please sign in to comment.