Move lsp configuration into language crate
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
co-authored by
Nathan Sobo
parent
de8218314c
commit
7d5425e142
@@ -13,3 +13,7 @@ function download {
|
||||
mkdir -p vendor/bin
|
||||
download "x86_64-apple-darwin"
|
||||
download "aarch64-apple-darwin"
|
||||
|
||||
cd vendor/bin
|
||||
lipo -create rust-analyzer-* -output rust-analyzer
|
||||
rm rust-analyzer-*
|
||||
|
||||
Reference in New Issue
Block a user