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 --- @type NoiceFormat|string
format_done = "lsp_progress_done", format_done = "lsp_progress_done",
throttle = 1000 / 30, -- frequency to update lsp progress message 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 markdown rendering so that **cmp** and other plugins use **Treesitter**
override = { override = {

View File

@@ -7,6 +7,11 @@ return {
---@module 'render-markdown' ---@module 'render-markdown'
---@type render.md.UserConfig ---@type render.md.UserConfig
opts = { opts = {
completions = {
lsp = {
enabled = true,
},
},
injections = { injections = {
gitcommit = { gitcommit = {
enabled = true, enabled = true,