vim
git clone --depth=1 https://github.com/rust-lang/rust.vim ~/.vim/pack/plugins/start/rust.vim
bash
mkdir -p ~/.local/share/bash-completion/completions
rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
git clone --depth=1 https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/pack/plugins/start/ctrlp
git clone --depth=1 https://github.com/vim-airline/vim-airline ~/.vim/pack/plugins/start/vim-airline
vim -u NONE -c "helptags ~/.vim/pack/plugins/start/vim-airline/doc" -c q
git clone --depth=1 https://github.com/lifepillar/vim-solarized8.git ~/.vim/pack/themes/opt/solarized8
git clone --depth=1 https://tpope.io/vim/commentary.git ~/.vim/pack/plugins/start/commentary
vim -u NONE -c "helptags ~/.vim/pack/plugins/start/commentary/doc" -c q
git clone --depth=1 https://tpope.io/vim/fugitive.git ~/.vim/pack/plugins/start/fugitive
vim -u NONE -c "helptags ~/.vim/pack/plugins/start/fugitive/doc" -c q
git clone --depth=1 https://tpope.io/vim/surround.git ~/.vim/pack/plugins/start/surround
vim -u NONE -c "helptags ~/.vim/pack/plugins/start/surround/doc" -c q
https://beyondgrep.com/why-ack/
maybe:
- https://github.com/tpope/vim-sleuth
- https://github.com/dense-analysis/ale
- https://github.com/preservim/nerdtree
https://github.com/tpope/vim-sensible/blob/master/plugin/sensible.vim