- My personal
~/.vimrc
file
- Copy
.vimrc
from this repository to~/.vimrc
on machine - If you already have
~/.vimrc
on machine, make a backup
cp .vimrc ~/.vimrc
- Open vim and run
:PlugInstall
command - All
vim-plug
plugin will be installed automatically - Reopen vim, the settings will be reloaded
:PlugInstall
- Run the following command to install powerline-status
- It is assumed that already have
python3
andpip
installed on machine
python3 -m pip install powerline-status