✨ feat(nvim): added keymap to open quick fix for the tsc plugin
This commit is contained in:
parent
9b3e0f4ff0
commit
34ebde91f4
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ return {
|
|||
},
|
||||
keys = {
|
||||
{ "<leader>ct", ft = { "typescript", "typescriptreact" }, "<cmd>TSC<cr>", desc = "Type Check" },
|
||||
{ "<leader>xy", ft = { "typescript", "typescriptreact" }, "<cmd>TSCOpen<cr>", desc = "Type Check Quickfix" },
|
||||
},
|
||||
ft = {
|
||||
"typescript",
|
||||
|
|
Loading…
Add table
Reference in a new issue