from-scratch rewrite #1

Open
kenobi wants to merge 50 commits from from-scratch into master
Showing only changes of commit 1f58bb91cc - Show all commits

View File

@ -0,0 +1,17 @@
return {
"Redoxahmii/json-to-types.nvim",
build = "sh install.sh npm", -- Replace `npm` with your preferred package manager (e.g., yarn, pnpm).
ft = "json",
keys = {
{
"<leader>cU",
"<CMD>ConvertJSONtoLang typescript<CR>",
desc = "Convert JSON to TS",
},
{
"<leader>ct",
"<CMD>ConvertJSONtoLangBuffer typescript<CR>",
desc = "Convert JSON to TS Buffer",
},
},
}