From 6978a604a11d7bc8db97ae11f6b2c32c34a1e9e3 Mon Sep 17 00:00:00 2001 From: Aaron Sullivan Date: Tue, 17 Dec 2024 19:47:26 -0800 Subject: [PATCH] Add new highlight_duration config option to readme Closes #5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f17c3dc..e243bf2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ Moving slowly, showing each command { "aaronik/treewalker.nvim", opts = { - highlight = true -- Whether to briefly highlight the node after jumping to it + highlight = true, -- Whether to briefly highlight the node after jumping to it + highlight_duration = 250, -- How long should above highlight last (in ms) } } ```