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
Hi, I'm currently using the coc.nvim (with coc-vimtex extension ) for auto-completions. Since coc.nvim is using the regexes from deoplete.nvim, this issue should affect deoplete users as well.
This is a very minor issue but it is kind of annoying. Every time I type the line break sequence \\ (for example, inside a align* environment), the completion regexes will try to match a single \ and show a list of all the available commands. To reproduce it, first install coc.nvim with coc-vimtex or deoplete, and
\documentclass{minimal}
\usepackage{amsmath}
\begin{document}
\begin{align*}
x &= 1 \% ^ type '\' here\end{align*}
\end{document}
I am using the Enter key to confirm a completion, so whenever I need to open a new line after the line break (which is something I always do), I have to manually type a space character to cancel the completion, or go back to normal mode and press o to open a new line, which can be quite cumbersome after a while.
Is it possible to modify the completion regexes so that it ignores the line break sequence (\\)?
Thank you.
The text was updated successfully, but these errors were encountered:
Describe the issue
Hi, I'm currently using the coc.nvim (with coc-vimtex extension ) for auto-completions. Since coc.nvim is using the regexes from deoplete.nvim, this issue should affect deoplete users as well.
This is a very minor issue but it is kind of annoying. Every time I type the line break sequence
\\
(for example, inside aalign*
environment), the completion regexes will try to match a single\
and show a list of all the available commands. To reproduce it, first installcoc.nvim
withcoc-vimtex
ordeoplete
, andI am using the
Enter
key to confirm a completion, so whenever I need to open a new line after the line break (which is something I always do), I have to manually type a space character to cancel the completion, or go back to normal mode and presso
to open a new line, which can be quite cumbersome after a while.Is it possible to modify the completion regexes so that it ignores the line break sequence (
\\
)?Thank you.
The text was updated successfully, but these errors were encountered: