mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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,
|
||||
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