mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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 = {
|
||||
phpactor = {
|
||||
settings = {
|
||||
init_options = {
|
||||
["language_server_phpstan.enabled"] = true,
|
||||
["language_server_psalm.enabled"] = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
phpactor = {},
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue