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 7a4e261 commit 4d6ea5d
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 @@ -7,7 +7,7 @@ local cmd = {

return {
default_config = {
cmd = cmd,
cmd = {'psalm', '--language-server'},
filetypes = { 'php' },
root_dir = util.root_pattern('psalm.xml', 'psalm.xml.dist'),
},
Expand Down

0 comments on commit 4d6ea5d

Please sign in to comment.