I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
curl -o apex-jorje-lsp.jar -L "https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-apex/out/apex-jorje-lsp.jar?raw=true"
|
||||
|
||||
cat <<EOF >apex-jorje-lsp
|
||||
|
||||
DIR=\$(cd \$(dirname \$0); pwd)
|
||||
java -jar \$DIR/apex-jorje-lsp.jar %%* ^
|
||||
EOF
|
||||
|
||||
chmod +x apex-jorje-lsp
|
||||
Reference in New Issue
Block a user