This repository contains my personal Vim configuration focused on Python development and general productivity.
Install everything with a single command:
curl -sL https://raw.githubusercontent.com/idvoretskyi/vim_idv/master/install.sh | bash -
Run the installation script:
./install.sh
- Clone this repository:
git clone https://github.com/idvoretskyi/vim_idv.git
- Copy the
.vimrc
file to your home directory:
cp vim_idv/.vimrc $HOME/.vimrc
An awesome vim configuration. My awesome.
The full list of plugins is available in the .vimrc
file.
Plugins are managed by vim-plug
. Detailed information about it can be
found at vim-plug documentation.