feat(extra): Add prisma support and config

This commit is contained in:
Ahmed Kamal 2024-06-16 14:55:31 +10:00
parent eca8692451
commit f64e3ffca2
No known key found for this signature in database

View file

@ -0,0 +1,19 @@
return {
recommended = {
ft = "prisma",
},
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "prisma" },
},
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
prismals = {},
},
},
},
}