Nov 12, 2018
This guide will present a step-by-step guide of how to install and configure Vundle (Vim Bundle) from GitHub, and what issues you may face when installing Vundle. As many of you may know, vim is a console-based text editor that has numerous advanced features. One such feature is that its functionality can be extended and customized using plugins written by other people. Managing these plugins, however, can be rather tedious. Vundle attempts to assist users in managing these plugins for you by providing an interface.
Related Stories:
- Personalizing Vim(May 26, 2010)
- Vim 201: An Intermediate Guide to Vim(Nov 27, 2009)
- Vim 101: A Beginner’s Guide to Vim(Nov 21, 2009)
- VIM cheat sheet(Sep 13, 2011)
- Vim / Vi Tutorial(Dec 05, 2008)