[mini.completion] How to add other completion sources? #529
-
For example, with nvim-cmp I have: opts.sources = cmp.config.sources({
{ name = 'nvim_lsp' },
{ name = 'crates' },
{ name = 'copilot' },
{ name = 'luasnip' },
}, {
{ name = 'buffer' },
{ name = 'path' },
{ name = 'emoji' },
}) |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Oct 18, 2023
Replies: 1 comment
-
This is not supported by design. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OneOfOne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not supported by design.