adeelahmadk / vim-ide

VIM Configuration for a light-weight IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim-IDE

VIM Configuration for a light-weight IDE.

Requirements

  • VIM 7.4
  • git
  • bash 3.2+

Dependencies

  • Exuberant Ctags
  • curl

Installation guide

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!

About

VIM Configuration for a light-weight IDE

License:GNU General Public License v3.0


Languages

Language:Vim Script 92.7%Language:Shell 7.3%