aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/psalm.lua
blob: 8ccc96c7d77ad492b70fb6146806a9e9157170e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---@brief
---
--- https://github.com/vimeo/psalm
---
--- Can be installed with composer.
--- ```sh
--- composer global require vimeo/psalm
--- ```
return {
  cmd = { 'psalm', '--language-server' },
  filetypes = { 'php' },
  root_markers = { 'psalm.xml', 'psalm.xml.dist' },
}