fix(treesitter): typo with commands

This commit is contained in:
Folke Lemaitre 2023-10-10 11:07:58 +02:00
parent b1c9fd15bd
commit 599798a366
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -34,7 +34,7 @@ return {
end, end,
}, },
}, },
cmd = { "TSUpdateSync", "TSUdate", "TSIntsall" }, cmd = { "TSUpdateSync", "TSUpdate", "TSInstall" },
keys = { keys = {
{ "<c-space>", desc = "Increment selection" }, { "<c-space>", desc = "Increment selection" },
{ "<bs>", desc = "Decrement selection", mode = "x" }, { "<bs>", desc = "Decrement selection", mode = "x" },