mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
Pro Tip: Double check XNAMEX's PRs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user