Skip to content

v2.0.2

Latest

Choose a tag to compare

@RicardoRamirezR RicardoRamirezR released this 03 Aug 12:46

Bug Fix

  • fix(fs): Detect nested Laravel project roots in monorepos — root resolution now prefers the nearest artisan marker relative to the current buffer, keyed per buffer and cwd so projects never serve each other's stale root. (#46)
  • fix(utils): Shell injection in find_files — file search is now argv-based, no shell interpolation.
  • fix(utils,core): Project-scoped caches — routes, views and other primed data no longer leak across projects after :cd.
  • fix(integrations): Completion fixes across nvim-cmp, blink.cmp and coq.nvim — close_tag read from config, no more user config clobbering, gf Lua-callback crash.
  • fix(targets): Restore gf for @each/@livewire, deterministic handler order, root-relative paths, Route::view argument, Livewire casing, lang E871 crash.
  • fix(laravel): Nested component resolution, root-relative component paths, and artisan output kept parseable under PHP 8.4 deprecation notices.
  • fix(annotations): Queue resilience, buffer-local K coexistence, show_on_load=false honored, per-buffer debounce.
  • fix(health): Early-return Neovim version gate and root-relative project file checks.

Upgrade

Update your plugin manager to pull the latest version. No configuration changes needed. Requires Neovim >= 0.11.