Pro Tip: Double check XNAMEX's PRs

This commit is contained in:
coolnsx
2024-10-04 13:19:52 +05:30
parent ca04d815e9
commit 5c87fbac7d
22 changed files with 212 additions and 86 deletions

View File

@@ -84,6 +84,15 @@ if not configs.intelephense then
}
end
--for enabling phpactor
lspconfig.phpactor.setup{
on_attach = on_attach,
init_options = {
["language_server_phpstan.enabled"] = false,
["language_server_psalm.enabled"] = false,
}
}
-- for arduino lsp server
--local MY_FQBN = "esp8266:esp8266:nodemcu"
--lspconfig.arduino_language_server.setup {