Skip to content
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

Path source doesn't show results in $HOME dir #688

Closed
2 tasks done
Xemptuous opened this issue Dec 21, 2024 · 0 comments
Closed
2 tasks done

Path source doesn't show results in $HOME dir #688

Xemptuous opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Xemptuous
Copy link

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

Bug Description

When using path source completion, all paths work fine except inside my $HOME dir.
e.g.,

/home/ will show completion for my user xempt, but then after /home/xempt/ I get no results.
When I then use any folder there, the completion continues working fine; doing /home/xempt/.config/ will show folders in my config dir.

nvim-cmp is able to do this fine, so I doubt it's a chmod issue.

Relevant configuration

sources = {
    default = { "lsp", "path", "snippets", "buffer" }
},

neovim version

NVIM v0.11.0-dev-1376+g738320188f

blink.cmp version: branch, tag, or commit

v0.8.0

@Xemptuous Xemptuous added the bug Something isn't working label Dec 21, 2024
@Saghen Saghen closed this as completed in 4218120 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant