Skip to content

Commit 1b78ec0

Browse files
committed
Added phphantom_lsp docs
Signed-off-by: Eran Ifrah <eran@codelite.org>
1 parent 8247cb7 commit 1b78ec0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/docs/plugins/lsp.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,23 @@ pip install python-lsp-server
105105

106106
Visit the [python-lsp-server project page][3] for additional information.
107107

108+
### phphantom_lsp (PHP)
109+
110+
`phphantom_lsp` is currently avilable via building it from sources.
111+
112+
**Standard Installation**
113+
114+
- [Install Rust][13]
115+
116+
**Build phphantom_lsp**
117+
118+
```bash
119+
git clone https://github.com/AJenbo/phpantom_lsp.git
120+
cargo build --release
121+
cargo install --path .
122+
```
123+
124+
108125
### TypeScript
109126

110127
**Prerequisites**

0 commit comments

Comments
 (0)