Skip to content

Commit

Permalink
chore(init): use opts instea of using bad convention config
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Feb 3, 2025
1 parent 6b2006c commit e2a7396
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ local plugins = {
require("dropbar.api").pick(vim.v.count ~= 0 and vim.v.count)
end, "Toggle dropbar menu"),
},
config = function()
require("dropbar").setup()
end,
opts = {},
},

{
Expand Down

0 comments on commit e2a7396

Please sign in to comment.