From f33b6d302f1fda59fce47417f65e63eef61b59d0 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Thu, 30 May 2024 10:05:20 +0700 Subject: [PATCH] feat: add json to ts converter --- lua/plugins/development.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/development.lua b/lua/plugins/development.lua index 9eb8ef4..7af610b 100644 --- a/lua/plugins/development.lua +++ b/lua/plugins/development.lua @@ -34,6 +34,11 @@ return { use_trouble_qflist = true, }, }, + { + "Redoxahmii/json-to-types.nvim", + cmd = { "ConvertJSONtoTS", "ConvertJSONtoTSBuffer" }, + ft = { "ts", "tsx" }, + }, { "dmmulroy/ts-error-translator.nvim", ft = { "ts", "tsx" },