Fixing drop bar

This commit is contained in:
2026-03-05 17:02:29 -05:00
parent 017a82dc61
commit a75f899500
6 changed files with 196 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ return {
"graphql",
"html",
"lua_ls",
"php",
"prismals",
"pyright",
"svelte",
@@ -156,6 +157,7 @@ return {
prismals = {
filetypes = { "prisma" },
},
php_ls = {},
pyright = {
settings = {
python = {

View File

@@ -45,6 +45,7 @@ return {
"html",
"jdtls",
"lua_ls",
"php",
"prismals",
"pyright",
"svelte",