Skip to content

Commit

Permalink
fix: pin dropbar.nvim to last working commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Oct 3, 2023
1 parent 6bc16e9 commit 157c070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/dropbear.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ local utils = require("core.utils.functions")

return {
"Bekaboo/dropbar.nvim",
event = { "BufReadPre", "BufNewFile" },
commit = "3daffc1215d715a4e9c544e2c71db16aab61d86f",
enabled = utils.isNeovimVersionsatisfied(10),
}

0 comments on commit 157c070

Please sign in to comment.