Skip to content

Commit

Permalink
fix(dropbar-nvim): Fix visual flicking bug caused by loading event tr…
Browse files Browse the repository at this point in the history
…igger (#539)

fix(dropbar-nvim): all lines move down during startup
  • Loading branch information
meijieru authored and Uzaaft committed Sep 3, 2023
1 parent 93d1d0b commit 54309be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/bars-and-lines/dropbar-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
{ "Bekaboo/dropbar.nvim", event = "VeryLazy", opts = {} },
{ "Bekaboo/dropbar.nvim", event = "UIEnter", opts = {} },
{
"rebelot/heirline.nvim",
optional = true,
Expand Down

0 comments on commit 54309be

Please sign in to comment.