From f335bc715ebd5ca274876ca4829a6c130ddcd3f0 Mon Sep 17 00:00:00 2001 From: Aaron Sullivan Date: Sun, 15 Dec 2024 22:43:33 -0800 Subject: [PATCH] Update README because I read one line, so there was 1 line I wanted to change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f5958..cdb205e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Moving slowly, showing each command { "aaronik/treewalker.nvim", opts = { - highlight = true -- briefly highlight the node after jumping to it + highlight = true -- Whether to briefly highlight the node after jumping to it } } ```