From 34ebde91f4f19712b42c0cda6db2df4300743aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 14:21:15 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20added=20keymap=20to?= =?UTF-8?q?=20open=20quick=20fix=20for=20the=20tsc=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua | 1 + 1 file changed, 1 insertion(+) 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 deea9356..7013447d 100644 --- a/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua +++ b/.config/nvim/lua/plugins/extras/lang/web/typescript-extended.lua @@ -146,6 +146,7 @@ return { }, keys = { { "ct", ft = { "typescript", "typescriptreact" }, "TSC", desc = "Type Check" }, + { "xy", ft = { "typescript", "typescriptreact" }, "TSCOpen", desc = "Type Check Quickfix" }, }, ft = { "typescript",