v2.0.0
v2.0.0
Complete rewrite of blade-nav.nvim.
New features
trans()and__()translation support with multi-locale hoverConfig::get()andConfig::set()navigation and completions- Inline value annotations (virtual text) for config/env/translations
Khover with LSP fallback and translation floating windows- Inertia: dot/slash normalization, multi-extension, reverse navigation
- Vue component navigation from imports
- Auto-disable outside Laravel projects
- Health check system (
:checkhealth blade-nav) - 173 tests with CI
Architecture
Modular system with core/, targets/, integrations/, extractors/, features/, and utils/ replacing monolithic gf.lua + utils.lua.
Breaking changes
- Config key
cmp_close_tagrenamed toclose_tag_on_complete blink.cmpnow auto-registered (no manual provider config needed)- Requires
nvim-treesitterwithphpandhtmlparsers
Configuration
See README for full config reference including the new annotations block.