Merge pull request #658 from KorayAydemir/harpoon2-fix-docs

docs: fix code example in README
This commit is contained in:
ThePrimeagen 2025-02-10 11:22:07 -10:00 committed by GitHub
commit ed1f853847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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