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" },