diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 60abaf29..e04f5056 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -28,7 +28,7 @@ return { }, keys = { { "", desc = "Increment selection" }, - { "", desc = "Schrink selection", mode = "x" }, + { "", desc = "Decrement selection", mode = "x" }, }, ---@type TSConfig opts = {