-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LuaSnip + texlab not working properly #218
Comments
Yes, that could very well be related to luasnip+formatting. |
|
\documentclass{article}
\begin{document}
\section{ok} % (fold)
\label{sec:ok}
% section section name (end)
\documentclass{article}
\begin{document}
\section{ok} % (fold)
\label{sec:ok}
% section section name (end)
\end{document} |
Yes that's the correct one :D 🤦 |
This is using efm to format instead of texlab:
Is this the normal behavior? Efm does not duplicate it, only texlab does that. |
That looks correct, you can see that all nodes are adjacent ( |
Should no longer happen after 6e951d8, I think |
I opened this issue latex-lsp/texlab#503, but I'm not sure if it's texlab that's causing the problem. I noticed that it only happens if I don't jump to all fields and
escape
. Could this be related to luasnip or nvim-cmp?The text was updated successfully, but these errors were encountered: