🐛 fix(nvim): load tsc when opening typescript file
This commit is contained in:
parent
9dc755b152
commit
0eff214be1
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ return {
|
|||
keys = {
|
||||
{ "<leader>ct", "<cmd>TSC<cr>", desc = "Type Check" },
|
||||
},
|
||||
ft = {
|
||||
"typescript",
|
||||
},
|
||||
},
|
||||
{
|
||||
-- TODO: Need to look more into this plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue