Modern Neovim — PDE (Part 2)
With the integration of Lua as the first-class language within Neovim, we can customize Neovim in any way we prefer. In this article, let’s continue to explore and 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 the second part of the series to configure a PDE with Neovim. Check out the related articles for more tips and tricks.
AI-assisted Coding
For AI-assisted coding, we can use codeium
which is a free, ultrafast Copilot alternative for Vim and Neovim.
We configure codeium
in the lua/plugins/extras/pde/codeium.lua
file.