I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
setlocal
|
||||
set VERSION=0.12.0
|
||||
curl -L -o elixir-ls.zip "https://github.com/elixir-lsp/elixir-ls/releases/download/v%VERSION%/elixir-ls.zip"
|
||||
call "%~dp0\run_unzip.cmd" elixir-ls.zip
|
||||
del elixir-ls.zip
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
call language_server.bat ^
|
||||
|
||||
> elixir-ls.cmd
|
||||
|
||||
Reference in New Issue
Block a user