Skip to content

Commit

Permalink
fix(noice): Enable noice explicitly
Browse files Browse the repository at this point in the history
when not disabled via user config
  • Loading branch information
Allaman committed Mar 25, 2024
1 parent f0da1f1 commit ba79ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local default_keys = {
return {
{
"folke/noice.nvim",
enabled = user_config.enabled,
enabled = user_config.enabled or true,
event = "VeryLazy",
dependencies = {
"MunifTanjim/nui.nvim",
Expand Down

0 comments on commit ba79ac3

Please sign in to comment.