Skip to content

yahyasghayron/nvim-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-laravel

A Neovim plugin for navigating to Laravel Blade views quickly.

Features

  • Project-Aware Navigation:

    • Dynamically detects the Laravel project root.
    • Quickly navigate to Blade views, components, and asset files under the cursor.
    • Access configuration values directly under the cursor.
  • Enhanced Framework Support (Coming Soon):

    • Auto-complete for model fields and relationships.
    • Explore and navigate facade methods and helper functions.
    • Jump to routes, migrations, or controllers with ease.

Installation

Using lazy.nvim

Add the following to your plugin configuration:

{
  "yahyasghayron/nvim-laravel",
  opts = {
    keybindings = {
      open_blade_view = "<leader>bb",
      open_asset_file = "<leader>aa",
      open_config_value = "<leader>cc",
    },
  }
}

About

go to view laravel plugin fo nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages