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), }