mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +02:00
feat(typescript): vtls add select ts version (#3366)
This commit is contained in:
parent
2e5e46d9ff
commit
b285a46dfc
1 changed files with 7 additions and 0 deletions
|
@ -93,6 +93,13 @@ return {
|
||||||
end,
|
end,
|
||||||
desc = "Fix all diagnostics",
|
desc = "Fix all diagnostics",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>cV",
|
||||||
|
function()
|
||||||
|
require("vtsls").commands.select_ts_version(0)
|
||||||
|
end,
|
||||||
|
desc = "Select TS workspace version",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue