Skip to content
Discussion options

You must be logged in to vote

I am afraid, there is nothing (reasonably manageable) you or 'mini.completion' can do here. The plugin seems to have a dedicated sources for nvim-cmp and blink.cmp.

The easiest way to make it work with 'mini.completion' out of the box is through a regular LSP client/server route. There seems to be an in-process LSP server, but it doesn't support relevant completion methods (textDocument/completion, completionItem/resolve).

There seems to be an open PR just for that: obsidian-nvim/obsidian.nvim#474. It is still a draft, though, and might require polishing (as it, for some reason, forces some options onto the user), but it is the good way forward.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.completion
2 participants