Skip to content

Commit

Permalink
fix: rename more appropriately (also a typo) (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Mar 4, 2023
1 parent 1f7be0b commit 9dd2487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ return {
},
keys = {
{ "<c-space>", desc = "Increment selection" },
{ "<bs>", desc = "Schrink selection", mode = "x" },
{ "<bs>", desc = "Decrement selection", mode = "x" },
},
---@type TSConfig
opts = {
Expand Down

0 comments on commit 9dd2487

Please sign in to comment.