update nvim

This commit is contained in:
kyasuda
2025-09-05 11:04:16 -07:00
parent b8b8d6ef09
commit 73fed69cb7
2 changed files with 7 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ return {
--- @type NoiceFormat|string
format_done = "lsp_progress_done",
throttle = 1000 / 30, -- frequency to update lsp progress message
view = "mini",
-- view = "mini",
view = "notify",
},
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
override = {