Skip to content

Commit

Permalink
Add new highlight_duration config option to readme
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
aaronik committed Dec 18, 2024
1 parent 8162e35 commit 6978a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
```
Expand Down

0 comments on commit 6978a60

Please sign in to comment.