An awesome vim configuration. My awesome.
To install it easily, simply run:
wget -P $HOME https://raw.githubusercontent.com/idvoretskyi/vim_idv/master/.vimrc
This command will download the .vimrc
file from this repo, and put it
to the home directory of a current user.
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.