Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

nvim_lsp must be explicitly enabled as source now? #50

Closed
smartding opened this issue Dec 9, 2020 · 3 comments
Closed

nvim_lsp must be explicitly enabled as source now? #50

smartding opened this issue Dec 9, 2020 · 3 comments

Comments

@smartding
Copy link

Auto completion suddenly stopped working this morning, I came here and saw a major change in plugin setup.
So nvim_lsp must be explicitly enabled as source now if I want auto completion from lsp servers?
I don't have nvim_lsp as source in my old config.

@smartding
Copy link
Author

also, what should I set for throttle_time? there's no default value in the readme

@hrsh7th
Copy link
Owner

hrsh7th commented Dec 9, 2020

@smartding Yes. You must set g:compe.source.nvim_lsp = v:true for enabling completion from lsp servers.

The throttle_time is optional. So you can remove it from your config.

@smartding
Copy link
Author

@smartding Yes. You must set g:compe.source.nvim_lsp = v:true for enabling completion from lsp servers.

The throttle_time is optional. So you can remove it from your config.

thanks.

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

No branches or pull requests

2 participants