From 0eff214be1664d8aca62572e1a1395ea3b2bfd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 27 Nov 2023 13:22:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20load=20tsc=20when?= =?UTF-8?q?=20opening=20typescript=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nvim/lua/plugins/extras/lang/web/typescript-extended.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua index 2c8cbd42..847523d0 100644 --- a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua @@ -10,6 +10,9 @@ return { keys = { { "ct", "TSC", desc = "Type Check" }, }, + ft = { + "typescript", + }, }, { -- TODO: Need to look more into this plugin