diff --git a/nvim/lua/user/plugins/lang/php.lua b/nvim/lua/user/plugins/lang/php.lua index f0784be..90eacc3 100644 --- a/nvim/lua/user/plugins/lang/php.lua +++ b/nvim/lua/user/plugins/lang/php.lua @@ -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 - }, - }, - }, } }