Replies: 2 comments 14 replies
-
Hello. I just checked on my end and I'm still getting completions.
You're sure nothing's changed with your `cmp` setup?
There was a PR addressing a bug with completion: zk-org/zk#397
But as mentioned, it's still working on my end.
In your little code example you've written `[link](())`, i.e, placed
a parentheses inside a parentheses. This won't return any files as the second
parentheses is what `cmp` will use as completion.
It should look like this sequence `[link](` <- at this point, you should start
to see completion popup.
|
Beta Was this translation helpful? Give feedback.
14 replies
-
Reported: Markdown link completion: Incorrect link format insertion after cmp selection: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Verify
How can we help you?
Hi, I used to be able to get note links autocompletion by writing
[link text](())
where the note suggestions would appear inside the double parenthesis, and a pair of parenthesis would disappear when I chose a note to link to. This stopped working a while ago, probably (though not sure) when I updated to neovim 0.10.Was this feature removed or is this a bug or a problem with my config (I didn't change anything from my config since updating though).
Autocompletion is still working by using double square brackets, but that sets the link text to the note's title, and the other way lets me set custom text (which I want most of the time). Of course I can just go back and change the text afterwards, but it's pretty bothersome.
Beta Was this translation helpful? Give feedback.
All reactions