1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: php: remove adalessa/laravel.nvim

This commit is contained in:
Henrik Hautakoski 2024-11-03 13:49:32 +01:00
parent 04cb7cd905
commit 21e35a82d7

View file

@ -118,30 +118,5 @@ return {
["neotest-pest"] = {}, ["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
},
},
},
} }
} }