Skip to content

Commit

Permalink
fix(treesitter): typo with commands
Browse files Browse the repository at this point in the history
folke committed Oct 10, 2023

Verified

This commit was signed with the committer’s verified signature.
folke Folke Lemaitre
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
@@ -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" },

0 comments on commit 599798a

Please sign in to comment.