mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim: php: remove adalessa/laravel.nvim
This commit is contained in:
parent
04cb7cd905
commit
21e35a82d7
1 changed files with 0 additions and 25 deletions
|
|
@ -118,30 +118,5 @@ return {
|
|||
["neotest-pest"] = {},
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
"adalessa/laravel.nvim",
|
||||
version = "v2.2.2",
|
||||
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
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue