You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds completion sources for view and route names. If you have
nvim-completion-manager installed, these sources will be registered
automatically. In a buffer belonging to a Laravel project, typing e.g.
view('|
or
route('|
will offer completion candidates based on the app's views and routes.
0 commit comments