addet some option
This commit is contained in:
parent
887f93aa01
commit
5904db1ccf
2 changed files with 7 additions and 9 deletions
|
@ -123,10 +123,10 @@ return {
|
|||
lspconfig["cssls"].setup({
|
||||
capabilities = capabilities,
|
||||
filetypes = {
|
||||
"html",
|
||||
-- "html",
|
||||
"css",
|
||||
"scss",
|
||||
"php",
|
||||
-- "php",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
@ -134,12 +134,10 @@ return {
|
|||
-- ─< configure PHP server >────────────────────────────────────────────────────────────
|
||||
lspconfig["intelephense"].setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
end,
|
||||
["marksman"] = function()
|
||||
-- ─< configure Markdown server >───────────────────────────────────────────────────────
|
||||
lspconfig["marksman"].setup({
|
||||
capabilities = capabilities,
|
||||
filetypes = {
|
||||
"php",
|
||||
"blade.php",
|
||||
},
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
|
|
@ -18,7 +18,7 @@ return {
|
|||
ui = {
|
||||
icons = {
|
||||
package_installed = "",
|
||||
package_pending = "➜",
|
||||
package_pending = "",
|
||||
package_uninstalled = "",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue