-
Notifications
You must be signed in to change notification settings - Fork 63
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
how to ignore the root of the system #68
Comments
Yeah, at the moment using default configs this is causing From looking at the source it doesn't appear there's a way to do this through the existing options atm. Edit: nvm, this seems to be a cmp-cmdline issue:
above doesn't freeze when I do But when I enable cmdline, then
EDIT: OK actually my cwd was in system32 for some reason (thanks wsl) so that's why cmp-path was picking up all these DLLs. It's not a global search afterall; user error, please ignore 😅. Still it shouldn't block this hard though, but I guess that's an issue with cmp-cmdline |
I haven't found a solution for this problem, which isn't a problem in fact, just a habit to get into and be a little more careful with a "/". |
I just ran in to this and had to disable |
hi,
is it possible not to display the root of the system? for example: /sys ...
when I type / I automatically get the root.
in the doc there is the option "get_cwd" but I don't know how to do it.
the best would be to be able to display the current directory.
I have the same configuration as here: https://github.com/sar/cmp.nvim#setup
with the exception that I added this:
thanks
The text was updated successfully, but these errors were encountered: