Skip to content

Commit 4f39506

Browse files
authored
feat: phpantom_lsp #4362
1 parent 4b7fbaa commit 4f39506

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lsp/phpantom_lsp.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---@brief
2+
---
3+
--- https://github.com/AJenbo/phpantom_lsp
4+
---
5+
--- Installation: https://github.com/AJenbo/phpantom_lsp/blob/main/docs/SETUP.md
6+
7+
---@type vim.lsp.Config
8+
return {
9+
cmd = { 'phpantom_lsp' },
10+
filetypes = { 'php' },
11+
root_markers = { '.phpantom.toml', '.git', 'composer.json' },
12+
}

0 commit comments

Comments
 (0)