Skip to content

Commit

Permalink
fix(cookbook): nvim-web-devicons link
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelot committed Jan 16, 2022
1 parent 26a7e30 commit b02bd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ Perhaps one of the most important components is the one that shows which file
you are editing. In this second recipe, we will revisit some heirline concepts
and explore new ways to assemble components. We will also learn a few useful
vim lua API functions. Because we are all crazy about icons, we'll require
[nvim-web-devicons](), but you are absolutely free to omit that if you're not
an icon person.
[nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons), but you
are absolutely free to omit that if you're not an icon person.

```lua

Expand Down

0 comments on commit b02bd6f

Please sign in to comment.