Neovim Plugins for a Better Coding Experience — Part 4

Neovim plugins to improve our coding experience.

alpha2phi
4 min readFeb 22, 2022
Neovim Plugins for a Better Coding Experience

In this article, let’s continue to explore new Neovim plugins that can improve our coding experience.

This article can be read independently from the previous articles.

Command Palette using legendary.nvim

Neovim has a lot of built-in commands, and nobody will be able to remember all the commands. Though the help documentation is comprehensive and helpful, it is a bit tedious to go through if we just want to quickly browse a list of related commands.

This is where the legendary.nvim plugin comes in handy. I mainly use this plugin to search for those commands that I don’t use frequently.

To demonstrate this, let’s install it using packer.nvim.

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.