I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
git clone --depth=1 https://github.com/vlang/vls .
|
||||
|
||||
echo 'Compiling vlang/vls...'
|
||||
v -prod cmd/vls
|
||||
mv cmd/vls/vls vlang-vls
|
||||
rm -rf instructions.png cmd jsonrpc lsp vls tests
|
||||
Reference in New Issue
Block a user