update plugins
This commit is contained in:
parent
c080f17b08
commit
195fb5d98d
13 changed files with 204 additions and 32 deletions
|
|
@ -3,7 +3,8 @@
|
|||
echo -e "\n${BLD}${SUL}${GRN}Setting up ${RED}Rust${GRN}...${RST}\n"
|
||||
|
||||
if ! command -v cargo >/dev/null; then
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
fi
|
||||
|
||||
cargo install tree-sitter-cli
|
||||
# installed through package-manager
|
||||
# cargo install tree-sitter-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue