mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: php: add adalessa/laravel.nvim
This commit is contained in:
parent
e9e4c40cf1
commit
0751a50279
1 changed files with 25 additions and 0 deletions
|
|
@ -21,5 +21,30 @@ return {
|
|||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
},
|
||||
{
|
||||
"adalessa/laravel.nvim",
|
||||
dependencies = {
|
||||
"tpope/vim-dotenv",
|
||||
"MunifTanjim/nui.nvim",
|
||||
"nvimtools/none-ls.nvim",
|
||||
},
|
||||
ft = { "php" },
|
||||
cmd = { "Sail", "Artisan", "Composer", "Npm", "Yarn", "Laravel" },
|
||||
opts = {
|
||||
features = {
|
||||
null_ls = {
|
||||
enable = true,
|
||||
},
|
||||
route_info = {
|
||||
enable = true,
|
||||
position = 'right',
|
||||
middlewares = true,
|
||||
method = true,
|
||||
uri = true
|
||||
},
|
||||
},
|
||||
},
|
||||
config = true,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue