How to set ":" as a word char? #2451
Unanswered
gaoqiangks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
aabb.mp4
My main issue is when editing a LaTeX document. I have an equation labeled eq:lp:inequality. When I trigger autocompletion by typing \ref{eq, blink.cmp works as expected. However, when I press
:, the completion list disappears. I think blink.cmp does not treat:as a word character. I have looked up some materials but haven’t found where to configure this. The completion source here is vimtex, and I believe its configuration is correct, because when I switch from blink.cmp to nvim-cmp, everything works as intended. Below is my blink configuration.All reactions