You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Make sure you have done the following
blink.cmp
Bug Description
When using path source completion, all paths work fine except inside my $HOME dir.
e.g.,
/home/
will show completion for my userxempt
, 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
neovim version
NVIM v0.11.0-dev-1376+g738320188f
blink.cmp
version: branch, tag, or commitv0.8.0
The text was updated successfully, but these errors were encountered: