nvim: Add rendermarkdown todo completion source

Could be optionally set for 'blink' but since blink.cmp also displays
lsp results this is more general (and, currently, the recommended way).

Suggests task states if doing a single '-' dash at an appropriate place.
This commit is contained in:
Marty Oehme 2025-07-16 17:25:05 +02:00
parent fb94651f4c
commit 02ae47781a
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -106,6 +106,9 @@ local prose_plugs = {
conceal = false,
},
},
completions = {
lsp = { enabled = true },
},
},
dependencies = {
"nvim-treesitter/nvim-treesitter",