Modern Neovim — PDE (Part 3)
More tips and tricks to configure a personal development environment.
In this article, let’s continue to configure Neovim as our personal development environment (PDE).
This article is part of the Modern Neovim series.
The Neovim configuration files are available in this repository.
Getting Started
This article is part 3 of the following articles.
Quick Menu
We talked about using the hydra.nvim
plugin to create a debugging menu. This plugin offers many possibilities to create custom sub-modes and menus.
For example, we can create a quick menu for commonly used functions.
We trigger this menu by pressing <A-q>
.