2019-02-07
switch from vundle to plug
#!/bin/bash set -eu -o pipefail if rustup update; then exit fi curl https://sh.rustup.rs -sSf | sh source ~/.cargo/env rustup component add rls rustfmt