Skip to content

Commit

Permalink
fix(cookbook): added missing return statement in example
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Feb 13, 2022
1 parent ee399b6 commit 88555f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ local FileName = {
if not conditions.width_percent_below(#filename, 0.25) then
filename = vim.fn.pathshorten(filename)
end
return filename
end,
hl = { fg = utils.get_highlight("Directory").fg },
}
Expand Down

0 comments on commit 88555f3

Please sign in to comment.