8 New Neovim Plugins to Try

New Neovim plugins to try for a better development workflow.

alpha2phi
5 min readJun 30, 2023
8 New Neovim Plugins to Try

Let’s explore new Neovim plugins and see how they can fit into our development workflow.

The Neovim configuration files are available in this repository.

mini.files

Let’s start with the mini.files plugin which is a part of the mini.nvim library.

This is a great alternative to replace any existing file tree plugins that you use. I find the design of this plugin is more aligned with Vim philosophy, and it is a lot easier to use compared with other similar plugins.

mini.files

Navigation is easy using the pre-defined key mappings below. We can also customize them to our needs.

Key Mappings — mini.files
  • Navigate the file system using column view (Miller columns) to display nested directories.
  • Opt-in preview of file or directory under the cursor.
  • Manipulate files and directories by editing text…

--

--

alpha2phi

Software engineer, Data Science and ML practitioner.