mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +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,
|
||||
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