lazyvim

Installation
SKILL.md

LazyVim Configuration

LazyVim/Neovim configuration management and PHP development workflows for YADRLite.


Configuration Architecture

The modern Neovim setup uses LazyVim with modular plugin configuration:

Leader Key: , (comma) - consistent with YADR tradition

Core Configuration Files:

  • lua/config/options.lua: Global settings (leader key, PHP tab width=4, Copilot settings, Intelephense license key placeholder)
  • lua/config/keymaps.lua: Custom key mappings
  • lua/config/autocmds.lua: Auto-commands
  • lua/config/lazy.lua: Lazy.nvim plugin manager setup

Plugin Organization (lua/plugins/):

Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 22, 2026