mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(typescript): remove keymaps for non-existing code actions
This commit is contained in:
parent
ad25b31e51
commit
53f4eabd77
1 changed files with 0 additions and 17 deletions
|
|
@ -55,18 +55,6 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
"<leader>cu",
|
|
||||||
LazyVim.lsp.action["source.removeUnused.ts"],
|
|
||||||
desc = "Remove unused imports",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"<leader>cD",
|
|
||||||
LazyVim.lsp.action["source.fixAll.ts"],
|
|
||||||
desc = "Fix all diagnostics",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
vtsls = {
|
vtsls = {
|
||||||
-- explicitly add default filetypes, so that we can extend
|
-- explicitly add default filetypes, so that we can extend
|
||||||
|
|
@ -136,11 +124,6 @@ return {
|
||||||
LazyVim.lsp.action["source.addMissingImports.ts"],
|
LazyVim.lsp.action["source.addMissingImports.ts"],
|
||||||
desc = "Add missing imports",
|
desc = "Add missing imports",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"<leader>cu",
|
|
||||||
LazyVim.lsp.action["source.removeUnused.ts"],
|
|
||||||
desc = "Remove unused imports",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"<leader>cD",
|
"<leader>cD",
|
||||||
LazyVim.lsp.action["source.fixAll.ts"],
|
LazyVim.lsp.action["source.fixAll.ts"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue