Skip to content

Commit

Permalink
fix: don't automatically set message level to INFO for msg_show messa…
Browse files Browse the repository at this point in the history
…ges. Only for errorrs and warnings
  • Loading branch information
folke committed Oct 18, 2022
1 parent a022286 commit 58c243c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/noice/ui/msg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ function M.on_show(event, kind, content, replace_last)
message.level = "error"
elseif M.is_warning(kind) then
message.level = "warn"
else
message.level = "info"
end

M.last = message
Expand Down

0 comments on commit 58c243c

Please sign in to comment.