Skip to content

Commit

Permalink
feat(noice): set default message view to mini
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 1, 2024
1 parent c0e948e commit 15bd524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nvim/lua/plugins/noice.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---@module "noice"

local M = {
"folke/noice.nvim",
event = "VeryLazy",
Expand All @@ -7,9 +9,11 @@ local M = {
},
}

---@type NoiceConfig
M.opts = {
messages = {
view_search = false,
view = "mini",
view_error = "mini",
view_warn = "mini",
},
Expand Down

0 comments on commit 15bd524

Please sign in to comment.