feat: add json to ts converter

pull/99/head
fm39hz-laptop 2024-05-30 10:05:20 +07:00
parent d7c91fbe8d
commit f33b6d302f
1 changed files with 5 additions and 0 deletions

View File

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