# Neovim Configuration ## Structure - `init.lua` - Entry point - `lua/` - Lua configuration modules - `lazy-lock.json` - Plugin lockfile (Lazy.nvim) ## Plugin Manager Using **Lazy.nvim** for plugin management. The lockfile ensures reproducible builds.