sponsor Vim development Vim logo Vim Book Ad

VIDE : Simple IDE interface for vim

 script karma  Rating 25/11, Downloaded by 1799  Comments, bugs, improvements  Vim wiki

created by
Dan Hutchinson
 
script type
utility
 
description
Vim as an IDE provides an out of the box IDE like experience using existing vim plugins.

It is intended to allow vim users to get up and running quickly with a minimal set of plugins and configuration options.

You can find more information at https://github.com/hutchinson/vide/releases/tag/1.2.1

Currently vide provides:

- File browsing via NERDTree (4.2.0)
- Buffer browsing using MiniBufExplorer (6.5.2)
- Function/Class outline viewer using Tagbar (2.6.1)
- Buffer management using bufkill
- SuperTab! (2.0)
- delimitMate (2.6)
- A customised .vimrc file which integrates these plugins and other vim features to provide a basic integrated development environment.

Requirements
- vim 7+ (known to work on version 7.3)
- Exuberant CTags available here: http://ctags.sourceforge.net
 
install details
Installation
[WARNING]: The vide installer will attempt to back-up your existing .vimrc file and .vim folder. They will be backed up to ~/.vimrc~vide_backup and ~/.vim~vide_backup respectively.
However you should make backup copies yourself if you have made significant modifications.
The installer comes with no warranty and no liability is accepted for loss of data, use at your own risk.

git clone https://github.com/hutchinson/vide.git vide
cd vide
./install
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vide-1.3.0.zip 1.3.0 2015-01-10 7.3 Dan Hutchinson This release adds the airline plugin to the installer script.
vide-1.2.1.tar.gz 1.2.1 2014-03-25 7.0 Dan Hutchinson Fix default language specifier for spell checking.
vide-1.2.0.tar 1.2.0 2014-03-24 7.0 Dan Hutchinson Adds SuperTab and delimitMate + spell checking is enabled by default.
vide-1.1.0.tar 1.1.0 2014-03-19 7.0 Dan Hutchinson Adds bufkill
vide-1.0.0.tar 1.0.0 2014-03-18 7.0 Dan Hutchinson Initial upload
ip used for rating: 18.191.157.186

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github