Author: Chris Lattner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install Rust: | |
| curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh | |
| Instll rls for mac: | |
| rustup component add rls --toolchain stable-x86_64-apple-darwin | |
| git clone https://github.com/rust-lang/rust.vim ~/.vim/pack/plugins/start/rust.vim | |
| git clone --depth=1 https://github.com/racer-rust/vim-racer.git ~/.vim/bundle/vim-racer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update && sudo apt upgrade -y | |
| [vim] | |
| sudo add-apt-repository ppa:jonathonf/vim | |
| sudo apt update | |
| sudo apt install vim -y | |
| git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
| [python3.8] | |
| sudo add-apt-repository ppa:deadsnakes/ppa |
OlderNewer