Skip to content

Commit

Permalink
docs: fix code example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Koray Aydemir committed Feb 10, 2025
1 parent 7f5bb6f commit 93873d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Highlight current file in the harpoon buffer list

```lua
local harpoon_extensions = require("harpoon.extensions")
harpoon:extend(harpoon_extensions.highlight_current_file())
harpoon:extend(harpoon_extensions.builtins.highlight_current_file())
```

### Highlight Groups
Expand Down

0 comments on commit 93873d1

Please sign in to comment.