mirror of https://github.com/LazyVim/starter
feat: add json to ts converter
parent
d7c91fbe8d
commit
f33b6d302f
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue