Member-only story

8 New Neovim Plugins to Try

New Neovim plugins to try for a better development workflow.

--

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 buffers: create, delete, copy, rename, move.
  • Use as default file explorer instead of netrw.
  • Filter/sort of file system entries.
  • Mappings are used for common explorer actions.
  • UI options: whether to show the preview of file/directory under the cursor, etc.

Similar plugins to try

Check out this related article!

dropbar.nvim

dropbar.nvim provides a polished, IDE-like, highly-customizable winbar for Neovim with drop-down menu support and multiple backends — LSP, Markdown, Path, and Treesitter.

--

--

alpha2phi
alpha2phi

Written by alpha2phi

Software engineer, Data Science and ML practitioner.

No responses yet