You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since vim-lsp is registered as asyncomplete source implicitly (i.e. without calling asyncomplete#register_source), I see no way to specify the priority of vim-lsp completion suggestions.
Because of this, the suggestions of other sources (e.g. asyncomplete-buffer) often appear above vim-lsp suggestions.
I do not need the priority to be an attribute of each individual lsp server, but IMO that would be one acceptable way to implement it.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Since vim-lsp is registered as asyncomplete source implicitly (i.e. without calling asyncomplete#register_source), I see no way to specify the priority of vim-lsp completion suggestions.
Because of this, the suggestions of other sources (e.g. asyncomplete-buffer) often appear above vim-lsp suggestions.
I do not need the priority to be an attribute of each individual lsp server, but IMO that would be one acceptable way to implement it.
The text was updated successfully, but these errors were encountered: