What problem does it solve?
Centralizes and simplifies Vim/Neovim configuration and workflows for the YADRLite dotfiles collection so users can reliably manage plugins, run project searches, navigate tags, and integrate Xdebug without hunting through scattered files.
Core Features & Use Cases
- Plugin management: Manage plugin lifecycle with Vim-Plug using :PlugInstall and :PlugUpdate and keep settings modular in vim/settings/.
- Tag navigation & search: Build and navigate tags with :MakeTags and mappings like ,gt, ,gi, ,go and perform project searches using ag or rg with fzf via mappings such as ,ag.
- Xdebug integration: Configure per-project .vimrc.local overrides and use mapped keys (F5 run, F2 step over, F3 step into, F10 breakpoint) to debug PHP with Xdebug.
- Reference-driven edits: Ground changes by reading vim/vimrc and files in vim/settings/ and consult reference.md for paths and key mappings.
Quick Start
Audit and fix my Vim configuration by installing missing plugins, building project tags, running a project search, and verifying Xdebug key mappings for the current project.