Skip to content

Commit

Permalink
fix: disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Sep 30, 2022
1 parent 8736bfb commit 2aa042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ M.ns = vim.api.nvim_create_namespace("messages_highlights")
---@field views table<string, NoiceViewOptions>
---@field routes NoiceRouteConfig[]
M.defaults = {
debug = true,
debug = false,
throttle = 1000 / 30,
cmdline = {
enabled = true,
Expand Down

0 comments on commit 2aa042f

Please sign in to comment.