Skip to content

Commit

Permalink
fix(treesitter): typo with commands
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 10, 2023
1 parent b1c9fd1 commit 599798a
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 @@ -34,7 +34,7 @@ return {
end,
},
},
cmd = { "TSUpdateSync", "TSUdate", "TSIntsall" },
cmd = { "TSUpdateSync", "TSUpdate", "TSInstall" },
keys = {
{ "<c-space>", desc = "Increment selection" },
{ "<bs>", desc = "Decrement selection", mode = "x" },
Expand Down

0 comments on commit 599798a

Please sign in to comment.