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:
parent
fb94651f4c
commit
02ae47781a
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ local prose_plugs = {
|
|||
conceal = false,
|
||||
},
|
||||
},
|
||||
completions = {
|
||||
lsp = { enabled = true },
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue