Completion list not accurate at first type? #1562
-
Contributing guidelines
Module(s)mini.completion QuestionNot sure if this is a me-thing, so figured I would raise this as a discussion/Q&A first. But I've noticed with It's sort of hard to explain, and not sure if this is an LSP server matter, but I struggle to lean towards that since it works accurately first-time around with My require("mini.completion").setup({
lsp_completion = {
source_func = "omnifunc",
},
}) I've also noticed this is only really happening for one LSP. But it's the same LSP I've used before when I was using NvChad. Which I've been migrating things away from because I got exhausted from dealing with the abstractions NvChad was doing. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
The actual reproduction steps would be much help here. In particular: which LSP server, what file/project structure, what file content, which place to start typing and what to type.
Does pressing |
Beta Was this translation helpful? Give feedback.
-
@eric-hansen, I am afraid I can not reproduce with these steps. Here is the demo: mini-completion-php-no-item.mp4 |
Beta Was this translation helpful? Give feedback.
-
@eric-hansen, would you mind checking the
Does this fix the issue you experience with not present items? I'd also appreciate hearing about any other "suspicious" new behavior, like extra flickering (of completion popup menu), etc. |
Beta Was this translation helpful? Give feedback.
-
This now should be resolved on latest |
Beta Was this translation helpful? Give feedback.
This now should be resolved on latest
main
(both 'mini.nvim' and standalone 'mini.completion') by respectingisIncomplete
. I've tested in PHP files specifically :)Thanks again for providing very useful reproduction steps!