fix(treesitter): typo with commands
This commit is contained in:
1 file changed
+1
-1
@@ -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" },
|
||||
|
||||
Reference in new issue
Block a user