docs: fix code example in README

This commit is contained in:
Koray Aydemir 2025-02-10 23:46:48 +03:00
parent 7f5bb6f187
commit 93873d1483

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