I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
git clone --depth=1 https://github.com/UniqueVision/plpgsql-lsp .
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
cat <<EOF >plpgsql-lsp
|
||||
#!/bin/sh
|
||||
|
||||
DIR=\$(cd \$(dirname \$0); pwd)
|
||||
node \$DIR/server/out/server.js \$*
|
||||
EOF
|
||||
|
||||
chmod +x plpgsql-lsp
|
||||
Reference in New Issue
Block a user