Sparkling gems and new releases from the world of Free and Open Source Software

Vim plugin manager

Vundle

Using Vim, the popular text editor, feels a little like the marketing slogan for the strategy game, Othello – "a minute to learn, a lifetime to master." And one route to Vim mastery is using plugins to enhance and augment the editor in ways that suit your usage and style. Plugins are really just scripts that are loaded automatically when Vim starts, adding whatever features they provide dynamically. But Vim doesn't have a specific unified standard for managing these plugins, which means many users simply add them manually by downloading the required scripts and adding them to their (undoubtedly) sprawling configuration file. But there is a better way, and that's to use a plugin manager. This being Vim and open source, you have several from which to choose.

My current favorite is Vundle, because it makes managing plugins easy, especially from within Vim itself. It allows you to install, update, and clean plugins without knowing anything more than their GitHub URL, and you don't even need this with its excellent search facility. Vitally, Vundle always provides sensible interactive output for what it's doing, updates the help, and features quick shortcuts rather than typing commands. After adding Vundle to your configuration file, which is the last time you'll need to do this for a plugin, the plugin is run by typing :PluginInstall. The view will split to show you exactly what Vundle has found, and the :PluginSearch command can be used to search for new plugins and install them, all without having to leave Vim or edit the configuration file. Updates are handled, too, with the :PluginUpdate command, downloading and installing updates directly from a plugins repository if needed. If you've been looking for a plugin manager but have worried about the extra brain cells adding yet another feature to Vim will consume, Vundle is the answer.

Project Website

https://github.com/VundleVim/Vundle.vim

Vundle can work just like a package manager, letting you search for, install, and remove plugins from within Vim itself.

Vim plugin

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Vim Housekeeping

    A plugin manager can help you corral your growing collection of Vim plugins. Choosing one depends on your personal preferences.

  • Command Line: Vundle

    If you use Vim, you'll likely need a tool to manage its hundreds of plugins. Vundle can help.

  • Command Line: Vim Plugins

    Managing plugins is a requirement for Vim users, and plugin managers can make the task easier. We look at four options.

  • What's new in Vim 8

    We explore the new goodies in the latest release of this classic text editor.

  • FOSSPicks

    After watching Ubuntu help NASA with its first controlled flight on another planet, Graham spent far too much time this month visiting Mars in Elite Dangerous, via Proton on Linux.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News