Skip to content

Commit ed1f853

Browse files
authored
Merge pull request #658 from KorayAydemir/harpoon2-fix-docs
docs: fix code example in README
2 parents 7f5bb6f + 93873d1 commit ed1f853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Highlight current file in the harpoon buffer list
263263

264264
```lua
265265
local harpoon_extensions = require("harpoon.extensions")
266-
harpoon:extend(harpoon_extensions.highlight_current_file())
266+
harpoon:extend(harpoon_extensions.builtins.highlight_current_file())
267267
```
268268

269269
### Highlight Groups

0 commit comments

Comments
 (0)