Skip to content

Commit

Permalink
fix(pkg): don't set opts = {}. Too many people manually call setup,…
Browse files Browse the repository at this point in the history
… so that would break their setup. Sigh..
  • Loading branch information
folke committed Jun 27, 2024
1 parent cade1f9 commit bf971a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ return {
{
"folke/noice.nvim",
event = "VeryLazy", -- load noice on the VeryLazy event
opts = {}, -- this will ensure noice is always setup
},
}

0 comments on commit bf971a9

Please sign in to comment.