mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
update nvim
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user