The Vim editor can be extended through the use of plugins.
The Vim editor can be extended through the use plugins (also known as vim scripts).
Plugins may add a new color scheme, syntax highlighting for a new language, or settings and commands specific to a particular file type. But most plugins offer general add-on functionality that either enhance Vim usage (like the various buffer and file explorers), or integrate with related tools (like revision control systems).
The main repository of Vim plugins is at vim.org.