From 157c07044d30c70779d4fc05670385a2b11932da Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Oct 2023 12:02:34 +0200 Subject: [PATCH] fix: pin dropbar.nvim to last working commit --- lua/core/plugins/dropbear.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/plugins/dropbear.lua b/lua/core/plugins/dropbear.lua index 52390dfb..7e6b4bcc 100644 --- a/lua/core/plugins/dropbear.lua +++ b/lua/core/plugins/dropbear.lua @@ -2,6 +2,6 @@ local utils = require("core.utils.functions") return { "Bekaboo/dropbar.nvim", - event = { "BufReadPre", "BufNewFile" }, + commit = "3daffc1215d715a4e9c544e2c71db16aab61d86f", enabled = utils.isNeovimVersionsatisfied(10), }