|
|
@ -1,5 +1,16 @@ |
|
|
# Installation |
|
|
# Installation |
|
|
|
|
|
|
|
|
|
|
|
## Required software |
|
|
|
|
|
* fzf |
|
|
|
|
|
* ripgrep for fzf, place to .bashrc: |
|
|
|
|
|
export FZF_DEFAULT_COMMAND='rg --files' |
|
|
|
|
|
* universal-ctags-git for tagbar |
|
|
|
|
|
* rust with rustfmt for syntastic syntax checker |
|
|
|
|
|
|
|
|
|
|
|
## After cloning this repository |
|
|
|
|
|
The package manager needs to be installed manually just once. |
|
|
|
|
|
After that it is able to keep itself up to date. |
|
|
|
|
|
|
|
|
mkdir -p ~/.vim/pack/minpac/opt |
|
|
mkdir -p ~/.vim/pack/minpac/opt |
|
|
cd ~/.vim/pack/minpac/opt |
|
|
cd ~/.vim/pack/minpac/opt |
|
|
git clone https://github.com/k-takata/minpac.git |
|
|
git clone https://github.com/k-takata/minpac.git |
|
|
|