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:
parent
40bfbc6dc3
commit
6f6cb51e16
1 changed files with 1 additions and 8 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue