mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
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:
parent
f64e3ffca2
commit
3f856a6882
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
return {
|
return {
|
||||||
recommended = {
|
recommended = function()
|
||||||
|
return LazyVim.extras.wants({
|
||||||
ft = "prisma",
|
ft = "prisma",
|
||||||
},
|
})
|
||||||
|
end,
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue