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.
Navigation is easy using the pre-defined key mappings below. We can also customize them to our needs.
- 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…