feat: add prisma support
This commit is contained in:
parent
e8f1244f0f
commit
6612aa5837
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ return {
|
|||
"html",
|
||||
"lua_ls",
|
||||
"phpactor", -- php
|
||||
"prismals",
|
||||
"tailwindcss",
|
||||
"taplo", -- .toml
|
||||
"twiggy_language_server", -- .twig
|
||||
|
@ -44,6 +45,7 @@ return {
|
|||
html = {},
|
||||
lua_ls = {},
|
||||
phpactor = {},
|
||||
prismals = {},
|
||||
tailwindcss = {},
|
||||
taplo = {},
|
||||
twiggy_language_server = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue