I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
|
||||
git clone --depth=1 https://github.com/vlang/vls .
|
||||
|
||||
echo Compiling vlang/vls...
|
||||
v -prod cmd/vls
|
||||
move cmd/vls/vls.exe vlang-vls.exe
|
||||
rd /Q /S -rf instructions.png cmd jsonrpc lsp vls tests
|
||||
Reference in New Issue
Block a user