mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
Merge pull request #658 from KorayAydemir/harpoon2-fix-docs
docs: fix code example in README
This commit is contained in:
commit
ed1f853847
@ -263,7 +263,7 @@ Highlight current file in the harpoon buffer list
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
local harpoon_extensions = require("harpoon.extensions")
|
local harpoon_extensions = require("harpoon.extensions")
|
||||||
harpoon:extend(harpoon_extensions.highlight_current_file())
|
harpoon:extend(harpoon_extensions.builtins.highlight_current_file())
|
||||||
```
|
```
|
||||||
|
|
||||||
### Highlight Groups
|
### Highlight Groups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user