mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
Reference in a new issue