update php support in nvim

This commit is contained in:
Alexander Navarro 2024-09-05 09:10:40 -04:00
parent e2e7946c6e
commit 5d48f27304
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 96 additions and 21 deletions

View file

@ -56,7 +56,26 @@ return {
bashls = {},
cssls = {},
dockerls = {},
emmet_ls = {},
emmet_ls = {
filetypes = {
"astro",
"css",
"eruby",
"html",
"htmldjango",
"javascriptreact",
"less",
"pug",
"sass",
"scss",
"svelte",
"typescriptreact",
"vue",
"htmlangular",
"php",
"blade"
},
},
html = {},
marksman = {},
pyright = {},