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

Vim plugin
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.
-
Linux Kernel 6.3 Release Includes Interesting Features
Although it's not a Long Term Release candidate, Linux 6.3 includes features that will benefit end users.
-
Arch-Based blendOS Features Cool Trick
If you're looking for a Linux distribution that blends Linux, Android, and web apps together, blendOS might be what you're looking for.