1
0
Fork 0

flameboi: replace nvim plugin section with a command; rustup use component rust-analysis

This commit is contained in:
Pratham Patel 2023-01-12 12:01:44 +05:30
parent ed41d37dab
commit d0f482f50b
1 changed files with 3 additions and 4 deletions

View File

@ -120,9 +120,9 @@ sudo cp -v $DOTFILES_DIR/_OTHER/flameboi/usr/share/xsessions/bspwm.desktop /usr/
```bash
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
```
**Open `nvim` and type `:PlugInstall`**
nvim +'PlugInstall' +'q' +'q'
```
### Rust setup
@ -131,8 +131,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default stable
rustup component add rust-src rust-analyzer
#rustup component add rust-analysis
rustup component add rust-src rust-analyzer rust-analysis
cargo install cargo-outdated cargo-tree
```