blob: 60248c1c256afdccf74cff4228d43638976e0b3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/AJenbo/phpantom_lsp
---
--- Installation: https://github.com/AJenbo/phpantom_lsp/blob/main/docs/SETUP.md
---@type vim.lsp.Config
return {
cmd = { 'phpantom_lsp' },
filetypes = { 'php' },
root_markers = { '.phpantom.toml', '.git', 'composer.json' },
}
|