Update lua/lazyvim/plugins/extras/lang/prisma.lua

Thanks.

Co-authored-by: Ben Puryear <54869170+Ben10164@users.noreply.github.com>
This commit is contained in:
Ahmed Kamal 2024-06-18 10:41:26 +10:00 committed by GitHub
parent f64e3ffca2
commit 3f856a6882
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,9 @@
return {
recommended = {
ft = "prisma",
},
recommended = function()
return LazyVim.extras.wants({
ft = "prisma",
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = {