Skip to content

Commit

Permalink
fix(typescript): lazy load tsc on cmd (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjective authored Jul 7, 2023
1 parent 19e0bb4 commit 9ae7e67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/astrocommunity/pack/typescript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ return {
},
{
"dmmulroy/tsc.nvim",
ft = "typescript",
event = "User AstroFile",
config = function() require("tsc").setup() end,
cmd = { "TSC" },
opts = {},
},
}

0 comments on commit 9ae7e67

Please sign in to comment.