🐛 fix(nvim): load tsc when opening typescript file

This commit is contained in:
Sergio Laín 2023-11-27 13:22:58 +01:00
parent 9dc755b152
commit 0eff214be1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -10,6 +10,9 @@ return {
keys = {
{ "<leader>ct", "<cmd>TSC<cr>", desc = "Type Check" },
},
ft = {
"typescript",
},
},
{
-- TODO: Need to look more into this plugin