From 93873d148364d52aa1321d91131d14ec7e4bcfd2 Mon Sep 17 00:00:00 2001 From: Koray Aydemir Date: Mon, 10 Feb 2025 23:46:48 +0300 Subject: [PATCH] docs: fix code example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6feede2..82d957e 100644 --- a/README.md +++ b/README.md @@ -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