We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7fbaa commit 4f39506Copy full SHA for 4f39506
1 file changed
lsp/phpantom_lsp.lua
@@ -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