mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: prisma studio mappings
This commit is contained in:
parent
02f4aab215
commit
ca6f6ca957
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@ if pcode.active_prisma_config then
|
||||||
end,
|
end,
|
||||||
desc = "Migrate",
|
desc = "Migrate",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>ps",
|
||||||
|
function()
|
||||||
|
vim.cmd("terminal npx prisma studio")
|
||||||
|
end,
|
||||||
|
desc = "Prisma Studio",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue