mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 04:24:35 +02:00
fix(treesitter): typo with commands
This commit is contained in:
parent
b1c9fd15bd
commit
599798a366
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue