1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: php: skip phpactor config

Its configured in its own file in .config/
This commit is contained in:
Henrik Hautakoski 2024-09-08 13:37:52 +02:00
parent 40bfbc6dc3
commit 6f6cb51e16

View file

@ -1,12 +1,5 @@
local lspservers = {
phpactor = {
settings = {
init_options = {
["language_server_phpstan.enabled"] = true,
["language_server_psalm.enabled"] = false,
},
},
},
phpactor = {},
}
return {