blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

Path source doesn't show results in $HOME dir

Open Xemptuous opened this issue 1 year ago • 0 comments

Make sure you have done the following

  • [X] I have updated to the latest version of blink.cmp
  • [X] 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 avatar Dec 21 '24 04:12 Xemptuous