Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add lsp#omni#get_vim_completion_items() #834

Merged
merged 1 commit into from
Jun 7, 2020

Conversation

prabirshrestha
Copy link
Owner

When you have 2k+ items lsp#omni#get_vim_completion_item() gets very expensive since it doesn't cache certain calculations. This PR deprecates get_vim_completion_item() and introduces lsp#omni#get_vim_completion_items() which will allow us to easily optimize in the future. i will be sending actual optimization PRs in the future.

@prabirshrestha
Copy link
Owner Author

asyncomplete-lsp updated. prabirshrestha/asyncomplete-lsp.vim#33

@prabirshrestha
Copy link
Owner Author

Sent one of the optimizations at #835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant