-
Notifications
You must be signed in to change notification settings - Fork 411
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
cmdline preset mappings not working #894
Comments
oo I tried using |
Sorry. I can't understand. You specified the source for cmdline is |
Actually using the |
Please explain what is your expected behaivior? |
The expected behaviour is what was defined above in the initial issue post - basically getting completion for my command. Previously, typing |
Sorry. I don't know how to achive this without side-effect. |
Hmm that's weird, everything was working fine before 801a9f9 |
Ah. Sorry. Maybe the above commit fixes this issue. Could you try latest nvim-cmp? |
Unfortunately that didn't fix it :(( |
really??? In my environment, the last commit fixes this perfectly... |
Hmm I'm not sure, but it doesn't seem to work with my default config or the minimal config provided above :(( EDIT: it's because I forgot to updated the plugin oops lemme try again |
Works perfectly tysm @hrsh7th :)) |
I has the some question, so how you guys resolve the problem? what does the "updated the plugin oops" mean? |
it worked, see #809 |
Sorry by "update the plugin", I mean fetching the latest commits from the plugin (haven't use Vim-plug for a very long time haha). Good to hear it works now. I'll just leave my config here as a reference for others. |
FAQ
Issues
Neovim Version
0.6.1
Minimal reproducible full config
Description
Pressing
<tab>
after any partially-completed command won't do anything - neither triggers the Pmenu nor completion.Steps to reproduce
Start typing
:P<tab>
Expected behavior
Pmenu and completion for commands starting with
P
will show up.Actual behavior
Just nothing... literally nothing...
Additional context
This is pretty much the minimal config plus the
cmp.setup.cmdline(":")
bit which causes it to fail. Setting up cmdline completion for"/"
seems to work fine. This could be related to hrsh7th/cmp-path#38.The text was updated successfully, but these errors were encountered: