Member-only story

12 Vim Plugins For Maximum Productivity

Install these Vim extensions for a better workflow and productivity

Mwiza Kumwenda
4 min readDec 30, 2022
Photo by Carl Heyerdahl on Unsplash

Vim is a highly efficient and easy to use text editor. It runs on Linux, Unix, Windows, and macOS. It is very customizable and extensible via plugins.

Here’s a selection of 12 Vim plugins that will enhance your workflow.

1. NERDTree

NERDTree is a file exploration plugin that allows you to visualize your project hierarchy right within the Vim editor.Also, you can use it to browse through complex folder structures and open files for editing.

You can install NERDTree manually or with your favorite Vim plugin manager.

Once installed, you can open NERDTree using the Vim command :NERDTree. Use the Vim command :help NERDTree to learn more about NERDTree.

2. Emmet-vim

Emmet-vim is a powerful and flexible code completion plugin. It mostly targets web developers working with HTML and CSS.

For example, to create three HTML links with emmet you can simply type li*3 and press the keyboard shortcut Ctrl + Y followed by , (comma) and emmet will automatically create the code for you.

--

--

Mwiza Kumwenda
Mwiza Kumwenda

No responses yet