This commit is contained in:
2025-09-10 01:17:20 -07:00
parent 4d5bc435dc
commit f632c549d9
3 changed files with 15 additions and 8 deletions

View File

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