Skip to content
Discussion options

You must be logged in to vote

LSP completion in 'mini.completion' is used as close to what LSP server provided as possible. If the server didn't mark a candidate as a snippet, then I don't think it is up to the completion provider to make choices in server's behalf.

The config.lsp_completion.process_items is there exactly for users to adjust LSP completion to their liking. Maybe even per LSP server by setting it in buffer-local vim.b.minicompletion_config. So if this setup works for you, it is the suggested way of handling this use case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
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