Skip to content

Commit

Permalink
fix(typescript): fix filetype lazy loading key (#290)
Browse files Browse the repository at this point in the history
Correct filetype to ft
  • Loading branch information
Sacro authored Jun 19, 2023
1 parent 513cc02 commit c7d16ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/typescript/typescript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ return {
},
{
"dmmulroy/tsc.nvim",
filetype = "typescript",
ft = "typescript",
event = "User AstroFile",
config = function() require("tsc").setup() end,
},
Expand Down

0 comments on commit c7d16ac

Please sign in to comment.