-
Notifications
You must be signed in to change notification settings - Fork 401
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
cmp-omni listed under unavailable source names #1943
Comments
|
|
I think it is installed under NOTE: Why you use |
I have pretty much copied the suggested vimrc from this link and added the two mentioned lines. I think it should be installing all plugins everytime I start up vim with this config. |
if !filereadable(s:plug_dir .. '/plug.vim') It must be: if !filereadable(s:plug_dir .. '/autoload/plug.vim') |
I have read the source code. It means:
Because |
Please read the documentation.
I have read the code. The source is only registered when LSP server is configured on the buffer with So it is the feature. The issue should be closed. |
Thank you for your help @Shougo. Just for reference.
|
FAQ
Announcement
Minimal reproducible full config
Description
neovim version 0.10.0.
Adding cmp-omni results in omni listed under unavailable source names.
:CmpStatus
outputs the following:Only modifications to minimal config are:
Plug 'hrsh7th/cmp-omni'
{ name = 'omni' }
under sources.Steps to reproduce
Run nvim with the above config, then run
:CmpStatus
.Expected behavior
omni is listed under "ready source names"
Actual behavior
omni is listed under "unavailable source names"
Additional context
I am wondering what the word "unavailable" actually means.
When it comes to sources the status I found were
It would be really helpful to have some section in the documentation where those terms are described with potential debugging steps.
The text was updated successfully, but these errors were encountered: