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) } } ```