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
It seems to work, perhaps you're confusing path completions from your LSP with the path source? Or perhaps you're expecting the path completions to show up in a situation that they currently don't (i.e. src/|)? Closing for now since it seems to be working as intended but I'll re-open if you can provide a bit more clarity
@Saghen In your case, does it work even without any trigger character specified?
If I have the following:
Where cursor is at {CURSOR_POSITION}
test="./{CURSOR_POSITION}"
Then yes it will work because the trigger characters are present before hand.
however, the following:
test="{CURSOR_POSITION}"
does not work for me. The completion popup will not show.
Basically, what I am looking for is to trigger path completion of the current file directory without having to type ./ for the current directory.
Perhaps there is a better way to go about this, but I was expecting it to work if summoned without any trigger character (i.e.: it would default to the current dir).
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
The following keymap will work with most default sources, but not the path one
I am guessing this might be related to the trigger characters that the
path
provider possesses.However, in that case, since we are doing an explicit manual trigger of the provider, this should work and not be reliant on any trigger character.
Relevant configuration
neovim
versionNVIM v0.11.0-dev-1471+g64b0e6582a
blink.cmp
version0.10.0
The text was updated successfully, but these errors were encountered: