vim icon indicating copy to clipboard operation
vim copied to clipboard

My personal vim configuration directory.

Put this repo into ~/.vim

git clone https://github.com/Apreche/vim.git ~/.vim

For python dev, make sure flake8 is installed

pip install --user -r requirements.txt

Make sure that flake8 Python package is installed

Open vim for the first time and run

:PlugInstall

Use vim!