mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-15 00:25:39 +00:00
9 lines
288 B
Lua
9 lines
288 B
Lua
-- <https://github.com/marlonfan/coc-phpls/blob/master/src/index.ts>
|
|
|
|
---@type dotfiles.lsp.Config
|
|
return {
|
|
cmd = { 'phpactor', 'language-server' },
|
|
filetypes = { 'php' },
|
|
root_markers = { '.git', 'composer.json', '.phpactor.json', '.phpactor.yml' },
|
|
workspace_required = true,
|
|
}
|