Configs

NeoVim NeoVim

Install NeoVim

From the Linux section of their Installation:

To install NeoVim on Fedora:

# Replace "dnf" with "apt" for Ubuntu/Debian
sudo dnf install -y neovim python3-neovim

Lua setup Lua

For LazyVim, we need to set up lua and luarocks (the package manager for Lua modules)

Install lua and it’s development headers

Set up luarocks

Following the LuaRocks install guide:


LazyVim setup

As per the LazyVim Installation docs: