Skip to content

Commit

Permalink
Update lua/lspconfig/server_configurations/psalm.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael <[email protected]>
  • Loading branch information
Ultra-Code and glepnir authored Dec 14, 2023
1 parent 4d6ea5d commit 2cad972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/psalm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer global require vimeo/psalm
```
]],
default_config = {
cmd = cmd,
cmd = {'psalm', '--language-server'},
root_dir = [[root_pattern("psalm.xml", "psalm.xml.dist")]],
},
},
Expand Down

0 comments on commit 2cad972

Please sign in to comment.