update php support in nvim
This commit is contained in:
parent
e2e7946c6e
commit
5d48f27304
6 changed files with 96 additions and 21 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue