Skip to content

Commit

Permalink
chore: autogen (vimdocs+formating)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadmansaleh authored and github-actions[bot] committed Aug 20, 2022
1 parent 5d8fbf2 commit 9076378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lualine/components/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function M:apply_icon()

if icon == nil and icon_highlight_group == nil then
icon = ''
icon_highlight_group='DevIconDefault'
icon_highlight_group = 'DevIconDefault'
end
if self.options.colored then
local highlight_color = modules.utils.extract_highlight_colors(icon_highlight_group, 'fg')
Expand Down

0 comments on commit 9076378

Please sign in to comment.