mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add json to ts converter
This commit is contained in:
parent
e17904e4e5
commit
1d5f49c780
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue