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

nvim: php: pin laravel.nvim version

This commit is contained in:
Henrik Hautakoski 2024-10-24 22:04:12 +02:00
parent c551a2b888
commit a6eefc17f9
2 changed files with 2 additions and 2 deletions

View file

@ -60,6 +60,7 @@ return {
},
{
"adalessa/laravel.nvim",
version = "v2.2.2",
dependencies = {
"tpope/vim-dotenv",
"MunifTanjim/nui.nvim",
@ -81,6 +82,5 @@ return {
},
},
},
config = true,
}
}