1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 20:10:03 +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 = { local lspservers = {
phpactor = { phpactor = {},
settings = {
init_options = {
["language_server_phpstan.enabled"] = true,
["language_server_psalm.enabled"] = false,
},
},
},
} }
return { return {