We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using Neovim v0.9.0, with the latest nvim-cmp and cmp-cmdline plugin.
Without cmp-cmdline, when I use regular expression in :find for searching files, Neovim will substitute the wildcard for me automatically:
But now, with the default config nvim-cmp provided, when I try to use regex, cmp-cmdline didn't make the substitution:
cmp.setup.cmdline(':', { mapping = cmp.mapping.preset.cmdline(), sources = cmp.config.sources({ { name = 'path' } }, { { name = 'cmdline' } }) })
The text was updated successfully, but these errors were encountered:
Same issue with :e **/file.txt.
:e **/file.txt
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm using Neovim v0.9.0, with the latest nvim-cmp and cmp-cmdline plugin.
Without cmp-cmdline, when I use regular expression in :find for searching files, Neovim will substitute the wildcard for me automatically:
But now, with the default config nvim-cmp provided, when I try to use regex, cmp-cmdline didn't make the substitution:
The text was updated successfully, but these errors were encountered: