VIM Configuration for a light-weight IDE.
- VIM 7.4
- git
- bash 3.2+
- Exuberant Ctags
- curl
You can install it from CLI, just execute following command:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/cod3g3nki/vim-ide/master/setup.sh)"
or download setup.sh and execute in terminal:
chmod u+x setup.sh
./setup.sh
Ignore error messages during execution of init script. Press enter and wait till all plugins are installed.
Keep calm and fly Vim!