mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix installer
This commit is contained in:
@@ -14,7 +14,7 @@ cat <<EOF > intelephense-server
|
||||
#!/bin/sh
|
||||
|
||||
DIR=\$(cd \$(dirname \$0); pwd)
|
||||
node \$DIR/node_modules/.bin/intelephense --stdio
|
||||
\$DIR/node_modules/.bin/intelephense --stdio
|
||||
EOF
|
||||
|
||||
chmod +x intelephense-server
|
||||
|
||||
Reference in New Issue
Block a user