From a6eefc17f9dd9a7750154878fc3403c09bb653f1 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 24 Oct 2024 22:04:12 +0200 Subject: [PATCH] nvim: php: pin laravel.nvim version --- nvim/lazy-lock.json | 2 +- nvim/lua/user/plugins/lang/php.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 1aa7e40..a6216e9 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -16,7 +16,7 @@ "friendly-snippets": { "branch": "main", "commit": "de8fce94985873666bd9712ea3e49ee17aadb1ed" }, "gitsigns.nvim": { "branch": "main", "commit": "863903631e676b33e8be2acb17512fdc1b80b4fb" }, "indent-blankline.nvim": { "branch": "master", "commit": "e7a4442e055ec953311e77791546238d1eaae507" }, - "laravel.nvim": { "branch": "main", "commit": "74b81459106899a8b95a9e8ed0eb3d9b3731ad42" }, + "laravel.nvim": { "branch": "main", "commit": "aabe7c59a7ec64baf3f2af3d56e6852955c065c3" }, "lazy.nvim": { "branch": "main", "commit": "1159bdccd8910a0fd0914b24d6c3d186689023d9" }, "lsp_signature.nvim": { "branch": "master", "commit": "fc38521ea4d9ec8dbd4c2819ba8126cea743943b" }, "lualine-lsp-status": { "branch": "main", "commit": "1218d51d4d0b8881a598a77e5d9f334ac31c6cc7" }, diff --git a/nvim/lua/user/plugins/lang/php.lua b/nvim/lua/user/plugins/lang/php.lua index 29e5c8d..6e3e0b3 100644 --- a/nvim/lua/user/plugins/lang/php.lua +++ b/nvim/lua/user/plugins/lang/php.lua @@ -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, } }