feat: add more php support
This commit is contained in:
parent
7eaae57abd
commit
53407e626d
3 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,7 @@ return {
|
|||
"eslint",
|
||||
"html",
|
||||
"lua_ls",
|
||||
"psalm", -- .php
|
||||
"phpactor", -- php
|
||||
"taplo", -- .toml
|
||||
"ts_ls",
|
||||
"twiggy_language_server", -- .twig
|
||||
|
@ -38,9 +38,9 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
lua_ls = {},
|
||||
html = {},
|
||||
psalm = {},
|
||||
lua_ls = {},
|
||||
phpactor = {},
|
||||
taplo = {},
|
||||
ts_ls = {},
|
||||
twiggy_language_server = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue